Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #346960

    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!

    • This topic was modified 9 years, 11 months ago by tyler3190.
    #347310

    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

    #347446

    Thank you that worked!

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Menu not sticking in firefox and chrome’ is closed to new replies.