On scroll main header is shrinking and move to top.
-
Hi,
I’m facing one issue on my website. Without scroll main header is looking fine. But when I scroll down the sticky header it will shrink and move to the top. Can you please fix this issue. So when the user scroll it will not move up. I want to make the top bar and main header menu sticky throughout the website.
Here is my website URL.
https://www.kyomie.com/
Attachments:
You must be
logged in to view attached files.
Hello,
Please add this code to the Theme Settings > Custom CSS > Global:
.sticky-header-prepared .header-shop.act-scroll {
top: 40px;
}
Best Regards