Remove white space above header in Motif theme
-
I would like to remove some of the white space above the header in my Motif theme. Anyone know the css to do this?
The blog I need help with is: (visible only to logged in users)
-
Sure! Try:
.site { margin-top: 0; }to remove even more:
.site-branding { padding-top: 0; }with 0 in bother cases being adjustable to fit your needs.
-
-
Now I would like to remove some of the white space below the header (above the menu bar). I would appreciate any help! Thanks!
-
Try:
.site-branding { padding-bottom: 0; }PS Here’s a great place to improve on your CSS skills:
:)
-
Perfect!! Thanks again for your help and thanks for the link! It’s very much appreciated.
-
- The topic ‘Remove white space above header in Motif theme’ is closed to new replies.