Hi there,
I have chosen for my navbar to be a sticky header. It is working fine on Desktop & Ipad but it is not working on mobile.
Do I need extra code for it to work on smaller iOS devices?
Thanks,
Sean
Hi there,
I have chosen for my navbar to be a sticky header. It is working fine on Desktop & Ipad but it is not working on mobile.
Do I need extra code for it to work on smaller iOS devices?
Thanks,
Sean
Hi Sean,
Please add this code in the Global CSS:
@media (max-width: 979px) {
.x-navbar-fixed-top {
position: fixed;
}
}
Hope this helps.
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.