Archived topic
Removing extra empty space at the end of group block
1 reply · Started by Megan on June 15, 2021
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. 
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
}