Home Forums WoodMart support forum Why is there a blank line between footer and body

Why is there a blank line between footer and body

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

    zyzand10
    Participant

    There is a blank gap between the footer and body. Please see the screenshot.

    Attachments:
    You must be logged in to view attached files.
    #442913

    Hello,

    Sorry to hear about the inconvenience. Kindly, please share your Site WP-ADMIN Login details in the Private Content field so that we can check this concern on your Site and help you out accordingly.

    Best Regards

    #443095

    zyzand10
    Participant

    Hi Aizaz,
    The WP-ADMIN Login details in the private content. Thanks for your support.

    #443172

    Hello,

    There was a margin-bottom applied to the Site Content which is why that gap was appearing. So, we applied the following Custom CSS on your Site to hide that gap:

    .site-content {
        margin-bottom: 0 !important;
    }

    Please check back your Site after completely clearing the browser and server cache.

    Best Regards

Viewing 4 posts - 1 through 4 (of 4 total)