Menu Help
-
Is there a way to make it so that when you scroll down the menu follows. Like the following site?: http://www.rehabonlinemag.com/
The blog I need help with is: (visible only to logged in users)
-
Hi there, this will cause your menu to be in a fixed position and bring it forward in front of your page content–it should scroll down the page with you.
nav.menu-primary { position: fixed; z-index: 1000; width: 100%; } -
You might also need to add some padding so the menu doesn’t cover your masthead:
.masthead { padding-top: 75px; }
- The topic ‘Menu Help’ is closed to new replies.