• mwortman

    (@mwortman)


    Hi there,

    First: thanks for reading/helping out.

    I have created an intranet website build on WordPress. I have a minor issue I cannot resolve myself.

    I have created a page and a forum shows up, with the WP-Forum plugin. All good so far. Since I am using the Arras-Theme (1.4.2), the forum is quite small. So I got rid of the two sidebars (left and right).

    Screenshot here: http://www.michelwortman.nl/screenshot.png

    As you can see in the screenshot, the forum is smaller (in width) than the original website (side bars included). But I like it to be as wide as the original website (with side bars included).

    How can I get my forum as wide as I want?

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

    (@alchymyth)

    a link to the forum page would help.

    general, from wiewing your site, you probably need to edit
    the styles of:
    .forum #container, .forum #content {margin:0;padding:0;width:100%;}
    assuming that ‘forum’ is one of the body classes of your forums page.

    Thread Starter mwortman

    (@mwortman)

    Thanks, alchymyth!

    It’s an intranet site, so a link is not possible. That’s why I’ve put up the screenshot.

    Let’s have a look at .forum #container, .forum #content {margin:0;padding:0;width:100%;} and see if it changes anything.

    Thread Starter mwortman

    (@mwortman)

    #container didn’t fix my issue so far. Any help please?

    Thread Starter mwortman

    (@mwortman)

    Put this in your .css :

    #fullwidth { width: 970px; }

    Add this to a template:

    <div id=”fullwidth” class=”section”>

    Solved. 🙂

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Howto change page width’ is closed to new replies.