the URL of site would make it easy to help you…is it online?
I ran a test site and figured it out for you… or anyone who is having same issue.
It seems that the bbp-user-section class needs the attribute of “inline-block” in order to properly float to the right of the profile navigation. Also I had to force it to go 100% width (it picked up the 68% from somewhere else)
UseĀ this CSS:
#bbpress-forums .bbp-user-section {
display: inline-block;
width: 100%;
}
Thanks, that fixed it! Sorry I didn’t post the livesite, my bad: http://clanofthegraywolf.com