Sticky Header / Navigation Bar on Mobile using Debut Theme

Hi there,

I am having an issue with my website where on mobile the header navigation goes down the page as you scroll down on mobile.

I was hoping that anyone had a line of code or a fix I could use to stop this issue from happening without it impacting my desktop experience.

Please see the screenshots for reference

Cheers!

Hey Edgknows,

Please use this code in CSS file:
@media screen and (max-width: 640px){
header.header {
position : fixed;

top:0;

left:0;

width:100%;
}

}

Thanks

Hi Pooja,

It’s still displaying the same issue as before.

I’ve put that CSS snippet above in the Theme.css file.

Is there anything else that you can think of that would make the navigation header to stay in place on iOS mobile?

Hello

Can you please share the website link?