Forums

Join
bbPress Support ForumsTroubleshootingDisplay Error bbpress.org/forums/profile

Info

Display Error bbpress.org/forums/profile

  1. Hi folks!
    I do experience some kind of display error if i access the VIEW YOUR PROFILE tab. the profile, edit & favourite do not look like they are supposed to.
    Does sum1 else experience this kind of "bug"?!
    Greetz & Merry Xmas,
    topiQ

    Screenie:
    http://img487.imageshack.us/img487/5053/dsplerrormt6.jpg

  2. This has been covered in the forum before: http://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.

  3. You must log in to post.