Archived topic
Image has no bottom margin
1 reply · Started by Matt on March 15, 2022
I created a page that used container and grid and the images have no bottom margin.
https://activedirectorypro.com/administrator-guide-bulk-user-import-tool/
Other pages that don't use a container or grid have margins on the image.
https://activedirectorypro.com/administrator-guide-last-logon-reporter/
How do I fix this so the first one has margins on the bottom?
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?