Diagonal member directory
-
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.
-
Diagonal means you need to add some CSS styles.
Probably need a “clear:both” somewhere in your stylesheet.
Link?
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.
Looks great! Thanks!
Cool! Be sure to green light this thread!
Done.
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.
Try this:
.dir-list ul.item-list li {clear:both;}I think this is working. Thanks.
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!!!
sorry forgot the url – this is a test site for a client: http://www.workingonthisnow.com/MHA
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?
- The topic ‘Diagonal member directory’ is closed to new replies.