Skip to:
Content
Pages
Categories
Search
Top
Bottom

resize bbpress forum


  • Gotzak
    Participant

    @gotzak

    Hi there,
    im pretty new to WordPress and css.
    Till now everything worked fine but now im trying to resize my bbpress forum (www.die-dunkle-wache.de/forum) to the whole width of the browser.
    I got it to width 100% so it has the same width as the navbar, but i want it without the margin left and right (dont know if its margin or max width).
    I tried to change the Template but this didnt work.
    I just want the forum to resize all the other pages and the navbar schould stay like they are.
    Hope u can help me.

    Best Regards,
    Gotzak

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

  • Robkk
    Moderator

    @robkk

    add this anywhere you can add custom css and see if this works

    .bbpress .container {
    max-width:100%;
    }

    if it doesnt try this also

    .bbpress .container {
    max-width:100% !important;
    }

    Gotzak
    Participant

    @gotzak

    Thanks a lot the second one did it 🙂

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