• I use theme twenty seventeen. I want to fix the nav menu on top of the page. During scrolling the nav menu should stay on top. Can somebody assist me, I’m not a programmer.
    I tried the method of an older Topic but it didn’t work and this older Topic is closed.
    Thanks in Advance.

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Thread Starter Matthias

    (@mdhx)

    I found a solution. I added the Code below in Customizer CSS sheet, but this solution is not responsiv: the nav menu disappears on smaller Displays.
    Can sombody support me?
    Code:

    @media screen and (min-width: 768px) {
        
        .navigation-top {
            top: 0;
            bottom: auto;
            position: fixed;
        }
    }
Viewing 1 replies (of 1 total)
  • The topic ‘Move Nav Menu To Top’ is closed to new replies.