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?
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?
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
You must log in to post.