Skip to:
Content
Pages
Categories
Search
Top
Bottom

Diagonal member directory

  • @robboss

    Member

    I installed BuddyPress Template Pack on my wordpress 2.9.1 and the member directory is diagonal. I would like a vertical listing. How do I fix this? Thanks.

Viewing 13 replies - 1 through 13 (of 13 total)
  • @r-a-y

    Keymaster

    Diagonal means you need to add some CSS styles.

    Probably need a “clear:both” somewhere in your stylesheet.

    Link?

    @robboss

    Member

    @r-a-y

    Keymaster

    Add this to your stylesheet:

    ul.item-list li {clear:both;}

    Let me know if this makes any other parts of your site wonky though.

    @robboss

    Member

    Looks great! Thanks!

    @r-a-y

    Keymaster

    Cool! Be sure to green light this thread!

    @robboss

    Member

    Done.

    @robboss

    Member

    I didn’t notice it immediatly, but when I added

    ul.item-list li {clear:both;}

    to the style sheet the diagonal formatting was fixed, but it killed the links in the BP navbar, so I removed the code.

    Any ideas about how to fix the diagonal member directory without killing the navbar?

    Thanks.

    @r-a-y

    Keymaster

    Try this:

    .dir-list ul.item-list li {clear:both;}

    @robboss

    Member

    I think this is working. Thanks.

    @lyricalbiz

    Participant

    I was also having the same issue, so thanks for the fix! is there a way to get a little more space in between the icons? also, do you know how I can fix the member icons in my sidebar – I’m getting one vertical line and would love a block.

    Thanks!!!

    @lyricalbiz

    Participant

    sorry forgot the url – this is a test site for a client: http://www.workingonthisnow.com/MHA

    @edwardbarker

    Participant

    Hi – tried this fix myself and generally it has worked except on certain pages associated with members …

    http://www.unitedrant.co.uk/members/admin/groups/

    Any ideas?

    @r-a-y

    Keymaster

    @edwardbarker

    Try this:

    #groups-list li {clear:both;}

Viewing 13 replies - 1 through 13 (of 13 total)
  • The topic ‘Diagonal member directory’ is closed to new replies.
Skip to toolbar