Eliminate space above the header on 2011 theme?
-
Hi,
Can you tell me how to eliminate space above the header on 2011 theme?
Thanks, truly appreciated!
LVThe blog I need help with is: (visible only to logged in users)
-
Paste this in the CSS editor:
#page { margin-top: 0; }If you want to get rid of the grey top border as well, add this:
#branding { border-top: none; } -
-
- The topic ‘Eliminate space above the header on 2011 theme?’ is closed to new replies.