Title: CSS For Custom Template
Last modified: August 19, 2016

---

# CSS For Custom Template

 *  [ricketts8](https://wordpress.org/support/users/ricketts8/)
 * (@ricketts8)
 * [15 years, 6 months ago](https://wordpress.org/support/topic/css-for-custom-template/)
 * Hello,
 * I need a rather wide template to create a Table of Contents page. I copied the
   one-column no sidebar template and renamed it. From there I made a CSS entry 
   in style.css for the new template and adjusted the width. When I write the page
   and select the custom template it shows like a normal page–not the wider format.
 * [http://emprisereview.com/current-issue/](http://emprisereview.com/current-issue/)
   is the page in question.
 * emprisereview.com Home page

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

 *  [Michael](https://wordpress.org/support/users/alchymyth/)
 * (@alchymyth)
 * [15 years, 5 months ago](https://wordpress.org/support/topic/css-for-custom-template/#post-1714280)
 * at the moment the width seems to be controlled by:
 *     ```
       .one-column #content {
       	margin: 0 auto;
       	width: 640px;
       }
       ```
   
 * there is no css class `.emprise-` on your page.
 * but this might work:
 *     ```
       .page-template-emprise-page-php #content {
       	margin: 0 auto;
       	width: 800px;
       }
       ```
   
 *  Thread Starter [ricketts8](https://wordpress.org/support/users/ricketts8/)
 * (@ricketts8)
 * [15 years, 5 months ago](https://wordpress.org/support/topic/css-for-custom-template/#post-1714306)
 * That seems to have worked. Thanks.

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

The topic ‘CSS For Custom Template’ is closed to new replies.

## Tags

 * [columns](https://wordpress.org/support/topic-tag/columns/)
 * [css](https://wordpress.org/support/topic-tag/css/)
 * [pages](https://wordpress.org/support/topic-tag/pages/)
 * [template](https://wordpress.org/support/topic-tag/template/)
 * [width](https://wordpress.org/support/topic-tag/width/)

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 2 replies
 * 2 participants
 * Last reply from: [ricketts8](https://wordpress.org/support/users/ricketts8/)
 * Last activity: [15 years, 5 months ago](https://wordpress.org/support/topic/css-for-custom-template/#post-1714306)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
