Space Between Sidebar Widgets
-
I am using the theme Gridspace and there is too much space between the widgets on my left sidebar. Can anyone send me CSS directions for how to fix this? I don’t know anything about CSS, but am good at following directions.
The blog I need help with is: (visible only to logged in users)
-
Paste this into the CSS editor:
#secondary .widget { margin: 1.8em auto; } h3 { margin-bottom: 2.2em; margin-top: 3.5em; }Change the 1.8 to decrease the space above and below each widget, change the 3.5 and the 2.2 to decrease the space above and below each widget title.
-
-
- The topic ‘Space Between Sidebar Widgets’ is closed to new replies.