Skip to:
Content
Pages
Categories
Search
Top
Bottom

Members widget has uneven spacing…


  • benny148148
    Participant

    @benny148148

    My members widget has different spacing between each member…starting off with ~20px between the first and second member, and slowly progressing down to 0px between members.

    Can somebody please let me know what I screwed up in the css :)?

    http://bit.ly/Ivb25

    (I don’t want my site to show up in search engines yet…which is why I used a bit.ly link…I promise it’s legit!)

Viewing 2 replies - 1 through 2 (of 2 total)

  • 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


    Burt Adsit
    Participant

    @burtadsit

    Took a look and it seems that you have solved this problem. Congrats! Turning off the lights in the room here.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Members widget has uneven spacing…’ is closed to new replies.
Skip to toolbar