Title: Issues with new WordPress
Last modified: August 19, 2016

---

# Issues with new WordPress

 *  [goodgmc](https://wordpress.org/support/users/goodgmc/)
 * (@goodgmc)
 * [17 years, 4 months ago](https://wordpress.org/support/topic/issues-with-new-wordpress/)
 * I just downloaded the new update for WordPress, and it messed up the layout of
   my blog. I use K2, and the blog used to be located in the middle of the page,
   with space on both sides. Now, it’s all messed up.
 * How do I change it back?
 * LINK: [http://www.westmiallstar.com/](http://www.westmiallstar.com)

Viewing 1 replies (of 1 total)

 *  [stvwlf](https://wordpress.org/support/users/stvwlf/)
 * (@stvwlf)
 * [17 years, 4 months ago](https://wordpress.org/support/topic/issues-with-new-wordpress/#post-984278)
 * Hi
 * You are missing a width declaration in your CSS.
 * In style.css in your theme folder, find this on line 71:
 *     ```
       #page {
       background:white none repeat scroll 0 0;
       border-color:-moz-use-text-color #DDDDDD #DDDDDD;
       border-style:none solid solid;
       border-width:medium 1px 1px;
       clear:both;
       margin:0 auto;
       padding-top:20px;
       position:relative;
       text-align:left;
       }
       ```
   
 * change the first two lines to this:
 *     ```
       #page {
       width: 700px;
       background:white none repeat scroll 0 0;
       ```
   
 * Once you see the results you can play around with the 700px in case you want 
   it a wider – 750px for example.

Viewing 1 replies (of 1 total)

The topic ‘Issues with new WordPress’ is closed to new replies.

## Tags

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

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 1 reply
 * 2 participants
 * Last reply from: [stvwlf](https://wordpress.org/support/users/stvwlf/)
 * Last activity: [17 years, 4 months ago](https://wordpress.org/support/topic/issues-with-new-wordpress/#post-984278)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
