• Resolved JulesPryla

    (@julespryla)


    Hello dear developer,
    I am using your Theme “Omega” and I really like it.
    The page I am configurerating has a more or less big header image which is kind of annoying by surfing on this website. So is there any possibility, to see the top navigation bar fixed on the top of the website at all times?
    Thank you, best wishes,
    JP

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

    (@julespryla)

    Ok I solved it already my way.

    If somebody has the same problem, here is my result:

    .nav-primary {
       position: fixed;
       background: white;
       left: 25%;
       top: -20px
       z-index: 5
    }

    The last three lines are just fitting my needs, just play with the numbers to find out, what is the best for you.

    Peace out

Viewing 1 replies (of 1 total)
  • The topic ‘How to create a fixed top navigation menu’ is closed to new replies.