Move navigation bar below banner?
-
Is it possible to move the navigation bar and heading to sit below the banner? I would like to decrease the empty space above and below the banner so that more of the text is ‘above the fold,’ as well as make it easier to ‘find’ the navigation bar. I am not too good at this, so I need details.
The blog I need help with is: (visible only to logged in users)
-
Hi, give the following a try and see what you think.
#content { margin-top: 100px; } #header { position: absolute; top: 304px; width: 960px; } -
-
In the CSS Editor on the Customizer.
Please follow the instructions in the Editing CSS support document.
-
-
- The topic ‘Move navigation bar below banner?’ is closed to new replies.