Header not at the top
-
I want the header touching the top of the page.
Thanks!!!
The blog I need help with is: (visible only to logged in users)
-
Hi. Adding the following to your custom CSS should give you your desired results:
#masthead{
padding-top: 0;
}.header-image{
margin-top: 0;
} -
Please ignore the br tags that showed up in the previous snippet! The code snippets you need to include are:
#masthead {padding-top: 0;}.header-image{margin-top: 0;} -
-
-
- The topic ‘Header not at the top’ is closed to new replies.