Hi, I recently got an issue in header that there is some small bleeding where all the contents are visible when scrolling the website. I want to hide it.
I’ll attach the image and website link for your reference.
Thanks in advance
Hi, I recently got an issue in header that there is some small bleeding where all the contents are visible when scrolling the website. I want to hide it.
I’ll attach the image and website link for your reference.
Thanks in advance
Hello @Sivadarshan ,
Follow these steps:
Go to Online Store → Theme → Edit code
Open your base.css file and paste the following code at the bottom:
sticky-header {
margin-top: -1px !important;
}
Thanks