Hi,
I am posting for the second time, so don’t know if it’s OK to add to an already existing thread such as this.
I added the custom code as you suggested above:
@media (max-width: 979px) {
.x-navbar-fixed-top, .x-navbar-fixed-left, .x-navbar-fixed-right {
position: fixed;
}
}
Now the nav bar on mobile is fixed but when I scroll down some and then scroll back up all the way to the top, the front page (home page in this case) is cropped from the top by an amount equal to the nav bar height. In other words, the top of the home page hides behind the nav bar when I scroll back up. Is there any way to fix this?
Thx
anil