[Resolved] White space at the foot of the body appeared after 6.0.2 update

Home Forums Support [Resolved] White space at the foot of the body appeared after 6.0.2 update

Home Forums Support White space at the foot of the body appeared after 6.0.2 update

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #2331380
    Charles

    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

    #2331400
    David
    Staff
    Customer Support

    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;
    }
    #2331433
    Charles

    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

    #2331441
    David
    Staff
    Customer Support

    Happy to hear that! 🙂

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.