Forums
Forums / Themes and Templates / Reducing Space Between Widgets
(@ilank)
14 years, 8 months ago
So I have a website that’s underdevelopment, cook.bitbooster.net, and I want to reduce the space on the right between the email-subscribe widget and the three rss/facebook/twitter icons.
What code do I need to change?
(@peredur)
First of all, the usual advice about making changes to themes in child themes and the possible disasters that can occur if you don’t.
You need to change this rule:
.sidebar li.widget { ... min-height: 60px; ... }
Adding a rule to your (child theme’s) style sheet that sets a shorter minimum height should do it.
Cheers
PAE
The topic ‘Reducing Space Between Widgets’ is closed to new replies.