Title: Max/Min Blog Width settings
Last modified: August 18, 2016

---

# Max/Min Blog Width settings

 *  [drbrooker](https://wordpress.org/support/users/drbrooker/)
 * (@drbrooker)
 * [19 years, 8 months ago](https://wordpress.org/support/topic/maxmin-blog-width-settings/)
 * I’m pulling my hair out….how do I go about setting the width of my blog to a 
   minimum width of 800px and a max of 1200px? Is there a setting in WordPress that
   can be changed? If not, any ideas? TIA

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

 *  [Doodlebee](https://wordpress.org/support/users/doodlebee/)
 * (@doodlebee)
 * [19 years, 8 months ago](https://wordpress.org/support/topic/maxmin-blog-width-settings/#post-440739)
 * In your stylesheet. IN you outer container (whatever it is), put in:
 * `min-width:800px;
    max-width:1200px;
 * This will not work for IE, though. You have to add a conditional comment for 
   IE, and place this inside:
 * `width:expression(((document.compatMode && 
    document.compatMode=='CSS1Compat')?
   document.documentElement.clientWidth :  document.body.clientWidth)  > 1218 ? "
   1200px" : (((document.compatMode &&  document.compatMode=='CSS1Compat') ? document.
   documentElement.clientWidth :  document.body.clientWidth) < 1024 ? "800px" : "
   95%"));
 * That’ll do ya.
 *  [jojo0507](https://wordpress.org/support/users/jojo0507/)
 * (@jojo0507)
 * [19 years, 8 months ago](https://wordpress.org/support/topic/maxmin-blog-width-settings/#post-440931)
 * doodlebee you are a genius!
    Thanks for saving my blog (vikingprincess.net – 
   currently under constuction)
 * IE6 was driving me crazy… Nothing was looking the same as in FF/Moz/Opera. I 
   haven’t been a programmer for years and had forgotten how crazy MS software can
   be to work with. I haven’t done CSS (or even really HTML) before, so I am learning
   as I go along…It doesn’t help that IE is doing its own thing – I keep thinking
   it’s me making mistakes.
 * For the record: I tried 3 other suggested IE ‘hacks’ from elsewhere on the web.
   Yours was the only really good one for creating a dynamic (e.g. completely resizable)
   3 column theme.
    Thanks again! x
 * JO
 *  [Doodlebee](https://wordpress.org/support/users/doodlebee/)
 * (@doodlebee)
 * [19 years, 8 months ago](https://wordpress.org/support/topic/maxmin-blog-width-settings/#post-440932)
 * Glad I could help 🙂

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

The topic ‘Max/Min Blog Width settings’ is closed to new replies.

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 3 replies
 * 3 participants
 * Last reply from: [Doodlebee](https://wordpress.org/support/users/doodlebee/)
 * Last activity: [19 years, 8 months ago](https://wordpress.org/support/topic/maxmin-blog-width-settings/#post-440932)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
