• Hey there,

    I’m trying to figure out how I can add extra padding to the side of a text + image block within the Go theme. I want the image (see link to the website above) at the bottom in the red image + text block to be in-line with the section above it.

    At the moment, it’s right on the very left of the screen. Is there a way I can add padding here?

    Thanks!

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Hi @thesecondestate,

    Thank you for reaching out. I hope you’re doing well ??

    Yes, you can center the red section by using the following CSS code:

    #post-95 > div > div > div.wp-block-media-text.alignfull.is-stacked-on-mobile.is-style-default.has-background.coblocks-animate.slideInRight
    {
      width: 62% !important;
    }

    You can add this CSS code to your Appearance->Customizer->Additional CSS section.

    Let me know if this worked for you ??

    Best Regards,
    Pavle

Viewing 1 replies (of 1 total)
  • The topic ‘Adding padding to the sides of blocks?’ is closed to new replies.