Viewing 6 replies - 1 through 6 (of 6 total)
  • Open your style.css and search for .post-wrapper and increase the width. This could effect more than just that page though.

    also, did you use full page or regular page for your forum?

    you could try and add some code like this into header.php,
    after all the <link rel="stylesheet".....> lines, but before the line with </head>

    <?php if(is_page(234)) { ?>
    <style type="text/css" media="screen">
    #left-div{width:920px;}
    .post-wrapper{width:870px;}
    .single-entry-titles{background:none;}
    </style>
    <?php } ?>
    Thread Starter cyberknight8610

    (@cyberknight8610)

    @zeaks
    In the style.css it only tells me who made the theme.

    yes it is a regular page.

    @alchymyth
    the code didn’t work.

    try again; add the code just before </head>;

    and press ‘ctrl f5’ when you view the page in the browser; this will clear the browser cache which might be holding on to old styles.

    even if it does not seem to work, leave it in until you get feedback from the forum here.

    if this does not work at all, contact the support forum of your theme seller.

    Thread Starter cyberknight8610

    (@cyberknight8610)

    I finally got it to work thank you very much 🙂

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

The topic ‘Page Size’ is closed to new replies.