Hi X,
I use following css to make the navbar ‘sticky’ on mobile:
@media (max-width: 979px) {
.x-navbar-fixed-top {
position: fixed !important;
}
}
Which is working fine, except for the fact when scrolling on the screen and go back makes the navbar pop over the first page section on mobile.
Second: On desktop view there is a thin white line between the navbar and the firs page section, how to remove this?
Link: http://nlmedi-nawatumbi.savviihq.com/
Thanks!