Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: Some issues integrating BuddyPress with Custom Theme


Blue
Participant

@sitehelp

Ok on this link: http://sitehelp.com.au/members/

I have added to my core css:

div#bpcontainer {
position: relative;
width: 698px;
-moz-border-radius: 6px;
-webkit-border-radius: 6px;
border-right: 1px solid #e0e0e0;
border-bottom: 1px solid #e0e0e0;
background: #fff;
overflow: hidden;
}
body.activity-permalink div#bpcontainer {
background: none;
border: none;
}

And in the index.php of the link above, I have changed:

to

But the sidebar still isnt sitting next to content.
I added:

before

in the bottom of that index.php file.

Its nearly there, but any help appreciated. Then I can set about globally changing stuff

Skip to toolbar