There is a blank space in the header
-
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.
Hello.
I did not see any white space or gap under the header. Please check the site after removing the browser cache.
Best Regards.
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.
this is how the padding is when it is 0px
Attachments:
You must be
logged in to view attached files.
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.