Static Menu Bar
-
Hello,
How do you set the top menu bar to be static so it always shows even when you are scrolling down the page?
Thanks
The blog I need help with is: (visible only to logged in users)
-
Hello there,
The CSS you could try is:
/* Make sticky header */ div#primary { padding: 14.2em 55px 3.2em; } header#masthead { position: fixed; z-index: 9999; width: 1180px; }You would need to make the header and menu sticky with this theme.
- The topic ‘Static Menu Bar’ is closed to new replies.