Skip to:
Content
Pages
Categories
Search
Top
Bottom

Problem with spacing in layout.

Viewing 3 replies - 1 through 3 (of 3 total)

  • LabSecrets
    Participant

    @labsecrets

    the URL of site would make it easy to help you…is it online?


    LabSecrets
    Participant

    @labsecrets

    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%;
    }


    Hidoshi
    Participant

    @hidoshi

    Thanks, that fixed it! Sorry I didn’t post the livesite, my bad: http://clanofthegraywolf.com

Viewing 3 replies - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.
Skip to toolbar