[Resolved] Media + Text Padding

Home Forums Support [Resolved] Media + Text Padding

Home Forums Support Media + Text Padding

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1652016
    Caitriona

    Hello, how can I add padding to my media+text block, specifically the one on my homepage? The image is too close to the left.

    #1652198
    Ying
    Staff
    Customer Support

    Hi there,

    You could try this CSS and modify the numbers to find the best for your site ๐Ÿ™‚

    .wp-block-media-text__media {
        padding-left: 30px;
        padding-right: 20px;
    }

    Adding CSS: https://docs.generatepress.com/article/adding-css/

    #1658101
    Caitriona

    That’s perfect! Thank you very much!

    #1658224
    Ying
    Staff
    Customer Support

    You are very welcome ๐Ÿ™‚

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.