Site logo

Archived topic

Remove Whitespace Below Group

1 reply · Started by Tobias on September 5, 2021

Viewing posts 1–2 of 2

Hi,

I have an issue with whitespace below groups on my frontpage.

https://ibb.co/ccMh5qk

How do I remove this? Preferably through the whole site.

Best regards,
Tobias Hyldeborg

Hi there,

try adding this CSS:

.wp-block-group {
    margin-bottom: 0 !important;
}

Alternatively you may want to use the GenerateBlocks plugin and its Container Blocks, it has full styling controls in the editor.

This archived topic is closed to new replies.