How do I enable the sticky menu in mobile? I’m using Ethos.
Hello Sheina,
Thanks for posting in!
By default the fixed top navigation will be disabled in smaller screens. If you want to override this default, 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, .x-navbar-fixed-left, .x-navbar-fixed-right {
position: fixed;
}
}
Hope this helps. Please let us know how it goes.
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.