Skip to:
Content
Pages
Categories
Search
Top
Bottom

Forum Size


  • Subtopic
    Participant

    @subtopic

    Hey guys! So I was wondering, my forum is quite small, how in the world do I have it adapt to the screen size, to be a more regular size rather than squished into the middle. Any help would be grand, thanks!

    http://www.subtopic.org

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

  • Lynqoid
    Participant

    @lynqoid

    Hi!

    You can achieve this with a relatively small amount of css:

    .bbpress #sidebar { display:none; }
    .bbpress #left-div { width: 100%; }

    You will need to create a new image for your background though as it is currently not long enough, then you can add a little more CSS for that too.

    Good luck!


    Subtopic
    Participant

    @subtopic

    Could I get a little more explanation possibly? I am using an elegant themes theme, so I do not if I can edit it’s CSS and get the same results. Also what do you mean by it’s not long enough?

    I appreciate it!


    Subtopic
    Participant

    @subtopic

    Also where to put the code haha.


    Lynqoid
    Participant

    @lynqoid

    Your background image doesn’t stretch full width, so you would have to look at either making it longer, or removing it and just have a solid colour.

    The code can either go inside your style.css or if you want to do it properly you can follow the instructions here: https://codex.bbpress.org/theme-compatibility/ and then edit the files inside /css/ in your theme files.

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