Site logo

Archived topic

No padding after images

3 replies · Started by Incal on December 14, 2022

Viewing posts 1–4 of 4

Hi,

Since a recent update (either from Wordpress or GP, I'm not sure), I noticed that there's no more padding after my images. As a result, I need to add a spacer block for the layout to look good.

Is there a way to solve this?

Thanks,
Kevin

Hi there,

yeah WP made some changes ion 6.1 that changed the classes they use, so it loses the bottom margin.
For now, add this CSS to fix that:


.wp-block-image figure {
    margin-bottom: 1.5em;
}

Thanks, David!

You're welcome

This archived topic is closed to new replies.