Hi,
When viewing the site on mobile devices it stops being sticky and you have to scroll to the top to use it.
site: sdpcentralvalley.com
Thank you.
Hi,
When viewing the site on mobile devices it stops being sticky and you have to scroll to the top to use it.
site: sdpcentralvalley.com
Thank you.
Hey Vincent,
Thanks for reaching out!
That’s the default behavior of the icon stack when viewing the menu in the mobile. If you wish to make the menu sticky on mobile, you can add this CSS code in your Theme Options > CSS.
@media(max-width: 979px) {
.x-navbar-fixed-top, .x-navbar-fixed-left, .x-navbar-fixed-right {
position: fixed;
}
}
Please note that custom CSS code is outside the scope of our support. Issues that might arise from the use of custom CSS code and further enhancements should be directed to a third-party developer or you can avail One where we can answer questions outside of the features of our theme.
Hope that helps and thank you for understanding.
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.