Title: How to manually adjust theme width
Last modified: August 20, 2016

---

# How to manually adjust theme width

 *  Resolved [steve1111](https://wordpress.org/support/users/steve1111/)
 * (@steve1111)
 * [14 years, 7 months ago](https://wordpress.org/support/topic/how-to-manually-adjust-theme-width/)
 * Just a quick question.. how do I manually adjust the theme width?
    I have worked
   out its a file in Appearance->Editor, but I cannot work out which file(s) to 
   edit to adjust the page theme width? My site is [ Thanks in advance. steve

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

 *  [Jarret](https://wordpress.org/support/users/jarretc/)
 * (@jarretc)
 * [14 years, 7 months ago](https://wordpress.org/support/topic/how-to-manually-adjust-theme-width/#post-2326568)
 * Once you are in the Editor window, on the right hand side of the screen click
   on style.css if it isn’t already loaded.
 * Once the code loads up you want to look for
 *     ```
       #page {
           margin: 2em auto;
           max-width: 1000px;
       }
       ```
   
 * and modify the max-width: 1000px; value to your liking.
 * As a pre-caution though since you are not using a child theme, if you make any
   customizations and later on update the TwentyEleven theme your customizations
   will be over written and you will lose them.
 *  Thread Starter [steve1111](https://wordpress.org/support/users/steve1111/)
 * (@steve1111)
 * [14 years, 7 months ago](https://wordpress.org/support/topic/how-to-manually-adjust-theme-width/#post-2326570)
 * Thanks JarretC.. much appreciated 🙂

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

The topic ‘How to manually adjust theme width’ is closed to new replies.

## Tags

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

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 2 replies
 * 2 participants
 * Last reply from: [steve1111](https://wordpress.org/support/users/steve1111/)
 * Last activity: [14 years, 7 months ago](https://wordpress.org/support/topic/how-to-manually-adjust-theme-width/#post-2326570)
 * Status: resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
