How to reduce the blank space between widgets
-
Hi
I am wanting to reduce the space between the widgets on the right hand side of my homepage. Theme is Sunspot.
It would be good to move the widgets up towards the top banner and reduce the space between each widget.
Thanks
The blog I need help with is: (visible only to logged in users)
-
Add this to your existing custom CSS, you can always change the values I’ve used if you want the spacing to be slightly different.
.widget { margin-bottom:0; } .widget img.aligncenter { margin:0 0 2em 0; } -
- The topic ‘How to reduce the blank space between widgets’ is closed to new replies.