Move my navigation menu
-
I want to move my navigation menu to below my header picture. I have CSS, but am very new to it and don’t know how to use it yet. Thanks so much!
The blog I need help with is: (visible only to logged in users)
-
Here is an example that will move the main menu in the Coraline theme below the header image. It also hides page titles since they look a little repetitive when the menu is moved down next to them like that.
Try adding this to your Appearance → Custom Design → CSS editor:
#header { position: relative; } #access { position: absolute; border-top: none; bottom: -22px; } .page .entry-title { display: none; } #content-container { padding-top: 20px; }
- The topic ‘Move my navigation menu’ is closed to new replies.