Home Forums Jorvik How to make the menu fixed at the top Reply To: How to make the menu fixed at the top

#9990
Andy
Keymaster

Try this instead:

#page {
    margin-top: 50px;
}

#site-navigation {
    position: fixed;
    margin-top: -50px;
    z-index: 9;
}