Title: Page Width Edit
Last modified: August 19, 2016

---

# Page Width Edit

 *  Resolved [seansadams](https://wordpress.org/support/users/seansadams/)
 * (@seansadams)
 * [16 years, 6 months ago](https://wordpress.org/support/topic/page-width-edit/)
 * Hi everyone,
 * I’m trying to install a forum of a page that shares the same theme as the rest
   of the site. The theme is divided into three columns with a sidebar on the left.
   I created a new template for the forum and was able to remove the sidebar.
 * But even now the forum won’t span the width of the entire page it still stops
   at where the sidebar used to be.
 * I’ve read that this is best fixed by altering CSS but I can’t seem to find clear
   instructions on how to do this.
 * If you can help….seriously i’m pulling my hair outright now. Thanks!

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

 *  [esmi](https://wordpress.org/support/users/esmi/)
 * (@esmi)
 * [16 years, 6 months ago](https://wordpress.org/support/topic/page-width-edit/#post-1284283)
 * A link to the relevant page might help…
 *  Thread Starter [seansadams](https://wordpress.org/support/users/seansadams/)
 * (@seansadams)
 * [16 years, 6 months ago](https://wordpress.org/support/topic/page-width-edit/#post-1284399)
 * oh sorry it’s here
 * [http://litdiscussion.com/?page_id=3](http://litdiscussion.com/?page_id=3)
 *  [Nile Flores](https://wordpress.org/support/users/blondishnet/)
 * (@blondishnet)
 * [16 years, 6 months ago](https://wordpress.org/support/topic/page-width-edit/#post-1284404)
 * Note: You have some code showing for your template
 *     ```
       < ?php
       	/*Template Name: Forum
       	*/
       ?>
       ```
   
 * it should be
 *     ```
       <?php
       	/*Template Name: Forum
       	*/
       ?>
       ```
   
 * You will need to look at your forum’s css and adjust the width which would be
   within –
    [http://litdiscussion.com/wp-content/plugins/simple-forum/styles/skins/default/default.css](http://litdiscussion.com/wp-content/plugins/simple-forum/styles/skins/default/default.css)
 *  [Michael](https://wordpress.org/support/users/alchymyth/)
 * (@alchymyth)
 * [16 years, 6 months ago](https://wordpress.org/support/topic/page-width-edit/#post-1284408)
 * you could put a conditional style just for page id=3 into the header.php, in 
   the line just before `</head>`:
 *     ```
       <?php if(is_page('3')) { echo '<style type="text/css"> .post { width:930px; } </style>'; }; ?>
       ```
   
 *  Thread Starter [seansadams](https://wordpress.org/support/users/seansadams/)
 * (@seansadams)
 * [16 years, 6 months ago](https://wordpress.org/support/topic/page-width-edit/#post-1284447)
 * Great thanks everyone for all of your help!
 * I ended up using the conditional header. This was the easiest for me ’cause i’m
   still novice but i’m working my up to editing css.
 * thanks again

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

The topic ‘Page Width Edit’ is closed to new replies.

## Tags

 * [forum](https://wordpress.org/support/topic-tag/forum/)
 * [narrow](https://wordpress.org/support/topic-tag/narrow/)
 * [width](https://wordpress.org/support/topic-tag/width/)

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 5 replies
 * 4 participants
 * Last reply from: [seansadams](https://wordpress.org/support/users/seansadams/)
 * Last activity: [16 years, 6 months ago](https://wordpress.org/support/topic/page-width-edit/#post-1284447)
 * Status: resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
