Scrolling up or down doesn’t activate sticky header. Need it to show on browser in web and on mobile.
site: bodela.com
theme: retina
Scrolling up or down doesn’t activate sticky header. Need it to show on browser in web and on mobile.
site: bodela.com
theme: retina
oh sorry for but i can’t see sticky active option can you please show me
I’ve just encountered this issue as well, and I was able to resolve it using either of the below solutions.
Solution One
Locate your theme.css.liquid file and edit line 1065 so that it reads:
overflow-x: clip;
Solution Two
If you are using a custom.css.liquid file then add the following
body {
overflow-x: clip;
}
i tried this and it doesn’t work.
Feel free to send the site URL in a private message and I’ll take a look. I’m very curious!