Viewing 2 replies - 1 through 2 (of 2 total)
  • Theme Author Anders Norén

    (@anlino)

    Hi @howie475,

    Go to Appearance → Customize → Additional CSS (the menu labels might be different in your language) and add the code below:

    div.navigation { position: fixed; left: 0; top: 0; right: 0; }

    You might want to wrap it in a media query, to prevent issues with the mobile menu. You might also need to adjust the z-index value of the navigation, in case elements further down the page are displayed on top of it.

    — Anders

    Thread Starter howie475

    (@howie475)

    Hello @anders,
    thank you very much for your quick answer. It works perfect. I only had to add “z-index: 201”, so the header-picture is behind the menu.
    Once again: Thank you very much.
    Greetings from Berlin, Armin

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Sticky Main-Menu’ is closed to new replies.