Hi,
is it possible to fix the mobile menu switch at the top of the screen?
That is, if you scroll, the menu button should stick to the top.
Thank you!
Hannes
Hi Hannes,
Thanks for reaching out.
Are you referring to the Pro or X menu? And is it also making the header sticky (floating) on mobile?
Please provide the site’s URL you’re having this issue, there are multiple sites in your account.
Thanks!
I use X theme.
I send you the link in a private message.
it should be fixed to top on mobile and desktop.
Hi There,
To make the navbar fixed on mobile, please add this custom CSS under Theme Options > CSS:
@media (max-width: 979px){
.x-navbar-fixed-top,
.x-navbar-fixed-left,
.x-navbar-fixed-right {
position: fixed;
}
}
Hope it helps 
Thank you! 
You are most welcome. 
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.