Support » Fixing WordPress » Problem embedding phpbb forum into blog page

Viewing 3 replies - 1 through 3 (of 3 total)
  • You probably need to use a full width template – on that page, the space is only this wide:

    #wrapper #main-wrapper #main #primary {
        background-color: white;
        float: left;
        padding: 5px;
        width: 660px;
    }

    and the width for the forum is this:

    #wrap {
        min-width: 650px;
        padding: 0 20px;
    }

    Thread Starter michaellanfield

    (@michaellanfield)

    isn’t there a way to make it so the forum fits into the frame?
    Or is there a way the forum can come up as a popup window when you click forum on the menu?

    I don’t know how that is set up – I tried to change it in the CSS — to no avail. See if there are settings in the forum set up.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Problem embedding phpbb forum into blog page’ is closed to new replies.