Home widget padding uneven
-
I’m having a problem with uneven padding in the home widgets. This image shows that there is a different amount of space under the widget title in each of the home widgets.
https://www.forummagistrorum.com/wpb/wp-content/uploads/2012/12/HomeWidgetIssue.png
I found some posts on spacing issues and tried adjusting this css so that the padding was 0 all around.
.widget-title, .widget-title-home h3 { display: block; font-size: 24px; font-weight: 700; line-height: 23px; margin: 0; padding: 0 0 20px 0; text-align: left;
While this made the “Recent Posts” and “RSS” widgets look OK (some space remained between the title and content), the “Recent Discussion” and “Meta” ones ended up with no space between the title and content. Since “Recent Discussion” and “Meta” are both ul, should I add padding before a ul in a widget somehow?
And the “E-mail” one still had a huge space that looked the same. Can anything be done about that?
Thank you,
Ivy
- The topic ‘Home widget padding uneven’ is closed to new replies.