Home Forums WoodMart support forum Gap b/w the tabs and the footer

Gap b/w the tabs and the footer

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #176184

    bilalchaudry
    Participant

    Hi there,

    Is there a way to remove the gap between the tabs and the footer on the product page? the screenshot of the issue is attached for reference.

    Would really appreciate your help.

    Regards,

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

    Hello,

    I saw the screenshot you attached and visited the website. To remove the space you need to add the following Custom CSS in the Global Custom CSS area under Theme Settings >> Custom CSS.

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

    Best Regards.

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