Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: BP overlapping sidebar/widget, need help with alignment


David Z
Participant

@agnarchy

find bp.css and add a margin-bottom to the ul.item-list div.item (i had the same problem) and fixed it: http://agnarchy.com/members

ul.item-list div.item {
margin-left: 65px;
margin-bottom: 40px;
}

Skip to toolbar