I have a sticky menu on my page . Unfortunately only works on desktops , how can i make the same menu sticky over all the devices ? ( smartphones, tablets,etc ) thanks
Hey @Borislav.VD,
This is not possible in X and we could not provide customization guidance for this as this usually introduces a string of complications. I’d recommend you use Pro for this.
Thank you for understanding.
thank you but the same advice appears for a X theme user in another topic ? is that correct ? thanks
At least at this time i do not need the pro version . thanks
Hello There,
This custom css is enough to make the navbar a sticky menu navbar in smaller screens.
@media (max-width: 979px) {
.x-navbar-fixed-top {
position: fixed;
}
}
The custom JS is not longer needed.
Please let us know how it goes.
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.