Sticky Header isn't working on Retina theme

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

1 Like

@fynnecollective

oh sorry for but i can’t see sticky active option can you please show me

It’s in the editing section of the design.

It says sticky, but it’s not working at all.

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!