We are using a navigation on the left of our site, however, the menu isn’t fixed when scrolling. The problem exists in firefox and chrome but works correctly in safari.
Thanks!
Hi tyler3190!
It’s displaying the same in all browsers for me. Are you trying to give it a fixed position so it will stay visible as you scroll down the page? If so then add this to your custom CSS.
#header { position: fixed !important; }
Cheers!
Elliott
Thank you that worked!