Archived topic
White space at the foot of the body appeared after 6.0.2 update
3 replies · Started by Charles on September 2, 2022
On this website https://realretreats.co.uk/about (and all the other pages ) I created a block of navigation which is not in the footer but instead was sitting on top of the footer and there was i.e. no white gap beneath the block.
I am 99.99% sure the update to WordPress 6.0.2 has managed to add a white space beneath the navigation. (Booking Site Map Terms Privacy)
On the home page https://realretreats.co.uk/ I added -25px margin to the block and that eliminates the white space, and whilst it would not kill me to add that fix to all the pages, as that is a bit of a hack I was wondering if there is perhaps a CSS way to remove the white band? Or some other fix.
Many thanks
Hi there,
so you have table HTML element which has a default bottom margin.
What we can do is remove that margin if the table is inside a GB Container Block:
.gb-container table {
margin-bottom: 0;
}
Hi David,
Brilliant!
Many thanks.
The support Generatepress provides is the best of any company I deal with by a country mile.
Kind regards
Charles
Happy to hear that! :)