get rid of pesky spaces
-
I have two minor issues:
1) I would like to decrease the amount of space between my site navigation (above the header) and the top of the page.
2) I would like to get rid of the space above the index in my sidebar.
All of this can be seen hereThe blog I need help with is: (visible only to logged in users)
-
To remove pesky space above the top navigation in the Clean Home theme:
#wrapper { margin: 0px auto 140px; padding: 0px; }To remove the space just above the Index widget:
#sidebar #nav_menu-4 { padding: 0px; }Or… to remove the space above all block sidebar widgets:
#sidebar .block { padding: 0px; } -
- The topic ‘get rid of pesky spaces’ is closed to new replies.