Re: Display Error bbpress.org/forums/profile
This has been covered in the forum before: https://bbpress.org/forums/topic/439?replies=2
Seems like the problem is with the CSS:
#profile-menu {
list-style: none;
position: absolute;
right: 0;
}
The position:absolute and the right:0 cause it to be anchored all the way over on the right side of the screen. Not much that can be done with it on bbpress.org, but if you are using the same template, you can fix your own CSS.