Reduce widget bottom padding
-
I want to stack four image widgets in the blog sidebar in Zuki. Currently, the padding below each image is too big. How do I reduce this space? Even get rid of the faint line between widgets?
I have them currently in my sidebar at my blog.
The blog I need help with is: (visible only to logged in users)
-
This style reduces the bottom padding for all widgets to 10px ( originally it is 60px) and removes the bottom border.
.widget-area .widget { padding-bottom: 10px; border-bottom:none; } -
- The topic ‘Reduce widget bottom padding’ is closed to new replies.