Skip to:
Content
Pages
Categories
Search
Top
Bottom

How do you widen a forum when a sidebar is used

  • @semperaye

    Participant

    I’ve been searching for a very long time and all I can find is how to hide a sidebar, or make a full width page. I need to keep my sidebars in my forums, but they are causing the forums to be rather small to the point where it’s almost hard to read. I’ve tried this:

    #sidebar-left .widget, #sidebar-right .widget {
    margin: 0 0 1em;
    }

    But I think I might need something else to force the forum wider because the code above did nothing for me.

Viewing 5 replies - 1 through 5 (of 5 total)
  • @semperaye

    Participant

    I’ve tried this as well:

    #sidebar-left .widget, #sidebar-right .widget {
    margin: 0 0 1em !important;
    }

    body.bbpress div#content{
    width:100% !important;
    }

    @scrawny

    Participant

    If you’ve found the solution please post it here as I’ve got the same problem and been trying for weeks to get bbpress to look nice.

    @semperaye

    Participant

    still can’t get it fixed, and when the forum topics are being edited, they shrink even smaller!

    @semperaye

    Participant

    http://www.salamatphilippines.com

    Here is a normal view of the forums: http://imgur.com/eFZnm4e
    It’s small…very small and hard to read…wish I could expand it out.

    Then here is the view I get upon editing a topic: http://imgur.com/pejI0b6
    LOL! It’s way to small to even see what your doing.

    Could really use some help here. Thank you.

    @adventureridingnz

    Participant

    I have the same issue. It appears the Forums pages are not very responsive on larger screens. I run a 3 column theme and the forums won’t fill the available width.

    Forums

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