Title: Fixed Width?
Last modified: August 19, 2016

---

# Fixed Width?

 *  Resolved [rivahratt](https://wordpress.org/support/users/rivahratt/)
 * (@rivahratt)
 * [16 years, 9 months ago](https://wordpress.org/support/topic/fixed-width-2/)
 * Is there any way I can edit the code to make this theme fixed width? If there
   is ANY possible way, please let me know.
 * Thank you,
    Stephen Hobson

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

 *  [Peter Boosten](https://wordpress.org/support/users/pboosten/)
 * (@pboosten)
 * [16 years, 9 months ago](https://wordpress.org/support/topic/fixed-width-2/#post-1177942)
 * Yes, you can do that, however how to do that is kinda hard to tell, since ‘this
   theme’ is kinda vague.
 * Peter
 *  [digitalnature](https://wordpress.org/support/users/digitalnature/)
 * (@digitalnature)
 * [16 years, 9 months ago](https://wordpress.org/support/topic/fixed-width-2/#post-1178049)
 * the code to make the page have a fixed width:
    `#page{ width: 960px; }`
 * the code to make only the page content have a fixed width:
 *     ```
       .block-content{
         width: 960px; /* <- for IE6 */
         max-width: 960px;
       }
       ```
   
 * paste this in Arclite settings > user css

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

The topic ‘Fixed Width?’ is closed to new replies.

## Tags

 * [code](https://wordpress.org/support/topic-tag/code/)
 * [css](https://wordpress.org/support/topic-tag/css/)
 * [editing](https://wordpress.org/support/topic-tag/editing/)
 * [fixed](https://wordpress.org/support/topic-tag/fixed/)
 * [width](https://wordpress.org/support/topic-tag/width/)

 * 2 replies
 * 3 participants
 * Last reply from: [digitalnature](https://wordpress.org/support/users/digitalnature/)
 * Last activity: [16 years, 9 months ago](https://wordpress.org/support/topic/fixed-width-2/#post-1178049)
 * Status: resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
