Title: Page Size
Last modified: August 19, 2016

---

# Page Size

 *  [cyberknight8610](https://wordpress.org/support/users/cyberknight8610/)
 * (@cyberknight8610)
 * [15 years, 8 months ago](https://wordpress.org/support/topic/page-size/)
 * How do I change the size od a page to make it bigger for my forum? Here is what
   my forum looks like- [http://cyberduelist.com/?page_id=234/](http://cyberduelist.com/?page_id=234/)

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

 *  [zeaks](https://wordpress.org/support/users/zeaks/)
 * (@zeaks)
 * [15 years, 8 months ago](https://wordpress.org/support/topic/page-size/#post-1665245)
 * Open your style.css and search for .post-wrapper and increase the width. This
   could effect more than just that page though.
 *  [zeaks](https://wordpress.org/support/users/zeaks/)
 * (@zeaks)
 * [15 years, 8 months ago](https://wordpress.org/support/topic/page-size/#post-1665248)
 * also, did you use full page or regular page for your forum?
 *  [Michael](https://wordpress.org/support/users/alchymyth/)
 * (@alchymyth)
 * [15 years, 8 months ago](https://wordpress.org/support/topic/page-size/#post-1665250)
 * 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](https://wordpress.org/support/users/cyberknight8610/)
 * (@cyberknight8610)
 * [15 years, 8 months ago](https://wordpress.org/support/topic/page-size/#post-1665290)
 * [@zeaks](https://wordpress.org/support/users/zeaks/)
    In the style.css it only
   tells me who made the theme.
 * yes it is a regular page.
 * [@alchymyth](https://wordpress.org/support/users/alchymyth/)
    the code didn’t
   work.
 *  [Michael](https://wordpress.org/support/users/alchymyth/)
 * (@alchymyth)
 * [15 years, 8 months ago](https://wordpress.org/support/topic/page-size/#post-1665367)
 * 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](https://wordpress.org/support/users/cyberknight8610/)
 * (@cyberknight8610)
 * [15 years, 8 months ago](https://wordpress.org/support/topic/page-size/#post-1665380)
 * 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.

 * 6 replies
 * 3 participants
 * Last reply from: [cyberknight8610](https://wordpress.org/support/users/cyberknight8610/)
 * Last activity: [15 years, 8 months ago](https://wordpress.org/support/topic/page-size/#post-1665380)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
