Hamburger Menu not scrolling

Hi. I’ve got a jump menu site that isn’t usable on mobile because the generated hamburger menu is static. There’s no way to navigate all the info without scrolling all the way back to the top. I’ve been reading old answers on here and haven’t found code that works for me.

I have limited custom CSS, disabled plugins 1 at a time, and purged my cache.

Hello Michael,

Do you mean you want the menu area to scroll just like the in desktop view? If so, please add this code in X > Theme Options > CSS:

@media (max-width: 979px)  {
    .x-navbar-fixed-top {
        position: fixed;
    }
}

Kindly note that since this is a custom code that changes the default behavior/display of the theme, you will be responsible to maintain or update the code in case you require further changes or if the code stops working in future updates. If you are uncertain how to proceed, it would be best to get in touch with a developer.

Hope this helps.

Yes, just like that. Thanks!

You’re welcome!
We’re glad @Jade were able to help you out.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.