I’m trying to setup my site, and I cant get the header to stay fixed at the top on mobile, but it works for desktop. I’ve tried some css from other forum posts, but nothings worked. What can I do to fix this?
Hello Peter,
Thank you for the details. Please be advised that by default all Fixed Top, Fixed Left or Fixed Right navigation will automatically be disabled in smaller screens. If you want to override this setting, you will have to override this with custom css. To do that, please add the following CSS code in the X > Theme Options > Global CSS (http://prntscr.com/evui3r)
@media (max-width: 979px){
.x-navbar-fixed-top {
position: fixed;
}
}
We would love to know if this has worked for you. Thank you.
Thanks for that info, and it worked just fine.
You’re welcome!
Thanks for letting us know that it has worked for you.
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.