Home Forums WoodMart support forum There is a blank space in the header

There is a blank space in the header

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #311554

    There is a blank space in the header with a padding of 170px. I have tried to remove it in the custom css but it is not working. Please help me remove it

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

    Hello.

    I did not see any white space or gap under the header. Please check the site after removing the browser cache.

    Best Regards.

    #311598

    Its there on most of the category pages. Please check on the mobile inspect element. There is a white space on most pages. There is some 178 padding which has to be removed

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

    this is how the padding is when it is 0px

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

    Hello,

    Please try to use the below custom CSS code and paste it to Theme Settings >> Custom CSS >> CSS for mobile and Tablet sections:

    header.whb-header.whb-scroll-stick.whb-sticky-real.whb-sticky-prepared {
        padding-top: 79px !important;
    }

    Best Regards.

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