Title: Autosize site?
Last modified: August 20, 2016

---

# Autosize site?

 *  Resolved [MollyTafoya](https://wordpress.org/support/users/mollytafoya/)
 * (@mollytafoya)
 * [14 years, 7 months ago](https://wordpress.org/support/topic/autosize-site/)
 * What do I need to code into my stylesheet to autosize my blog to fit all browsers
   and to center it on the screen? [http://www.fairnessfundiowa.org/](http://www.fairnessfundiowa.org/)
 * Any insight would be appreciated. Thanks!

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

 *  [esmi](https://wordpress.org/support/users/esmi/)
 * (@esmi)
 * [14 years, 7 months ago](https://wordpress.org/support/topic/autosize-site/#post-2328607)
 * Change `margin: 0 auto 0 0;` to `margin: 0 auto;` in style.css:
 *     ```
       #container {
           background:transparent;
           margin: 0 auto 0 0;
           overflow: hidden;
           text-align: left;
           width: 960px;
       }
       ```
   
 *  Thread Starter [MollyTafoya](https://wordpress.org/support/users/mollytafoya/)
 * (@mollytafoya)
 * [14 years, 7 months ago](https://wordpress.org/support/topic/autosize-site/#post-2328632)
 * I replaced the container code with this but now my right sidebar is pushed all
   the way to the bottom of the page and my page still isn’t centered. Any thoughts?
 * Also, the right sidebar information is fine in Firefox but at the bottom in IE6.
 *  [esmi](https://wordpress.org/support/users/esmi/)
 * (@esmi)
 * [14 years, 7 months ago](https://wordpress.org/support/topic/autosize-site/#post-2328635)
 * The CSS I gave above will not have created this problem.

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

The topic ‘Autosize site?’ is closed to new replies.

## Tags

 * [autosize](https://wordpress.org/support/topic-tag/autosize/)
 * [center](https://wordpress.org/support/topic-tag/center/)
 * [css](https://wordpress.org/support/topic-tag/css/)

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 3 replies
 * 2 participants
 * Last reply from: [esmi](https://wordpress.org/support/users/esmi/)
 * Last activity: [14 years, 7 months ago](https://wordpress.org/support/topic/autosize-site/#post-2328635)
 * Status: resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
