Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: Members widget has uneven spacing…


Rich Spott
Participant

@richs0914

I added padding to the bottom of the members and blogs and it fixed my issue with it showing up offset to each other.

This is what I added to the theme CSS.

ul#members-list.item-list li, ul#blogs-list.item-list li, ul#groups-list.item-list li, ul#featured-member-list.item-list li, ul#recent-posts.item-list li {

padding-bottom: 10px;
line-height: 1.5em;
overflow: hidden;

}

ul#featured-blog-list.item-list li {

padding-bottom: 10px;
line-height: 1.25em;
overflow: hidden;

}

http://sportsblognet.com

Skip to toolbar