Site logo

Archived topic

Image has no bottom margin

1 reply · Started by Matt on March 15, 2022

Viewing posts 1–2 of 2

Hi there,

bottom margin is removed from images that are inside a grid - you can add it back if you wish with some CSS:

.gb-grid-wrapper .wp-block-image {
    margin-bottom: 2em !important;
}

But - i have to question - what is the purpose of adding a Container Block and a single column grid block?

This archived topic is closed to new replies.