Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS Menu positioning Reply To: Menu positioning

#195729
Senff
Participant

It’s not really off, it’s just scrolling a bit to the top and then stays there. You’ll see it a little better what I mean if you add this to your CSS:

.stuckMenu.navbar-wrapper {
background: #333;
}

If you want the menu to be stuck at the top (without that space above), remove the top margin of 20 pixels from .menu.

EDIT: @shaneisme was faster than me.