Site logo

Archived topic

Removing extra empty space at the end of group block

1 reply · Started by Megan on June 15, 2021

Viewing posts 1–2 of 2

Hi there,

We have a huge amount of extra padding which is being added to the end of each of our group blocks. Is there a way I can adjust or remove this?

This is only affecting group blocks, as you can see on this page: https://tours.solofemaletravelers.club/why-us/

I'm attaching an image here for help seeing what I mean. Need to get rid of empty extra padding at thew end of group blocks

Thanks!

Hi there,

many factors here - the group block has padding all round and each of the core blocks applies some bottom margin. One of which is the Columns Block. If you add this CSS it will remove the bottom margin from last block in the group - that will remove some of the space.

.wp-block-group__inner-container > *:last-child {
    margin-bottom: 0
}
This archived topic is closed to new replies.