Title: post box width
Last modified: August 19, 2016

---

# post box width

 *  [smith0281](https://wordpress.org/support/users/smith0281/)
 * (@smith0281)
 * [17 years, 1 month ago](https://wordpress.org/support/topic/post-box-width/)
 * Hi!
 * I’m trying to make my blog post box abit narrower. Ideally I’d like it to be 
   the same width as the photo that I use above it. Anyone have any ideas?
 * [http://www.beyourownvalentine.co.uk/blog](http://www.beyourownvalentine.co.uk/blog)
 * Thanks
 * 🙂

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

 *  [stvwlf](https://wordpress.org/support/users/stvwlf/)
 * (@stvwlf)
 * [17 years, 1 month ago](https://wordpress.org/support/topic/post-box-width/#post-1065701)
 * Hi
 * If you mean as wide as the cat photo, it appears you have theme options that 
   let you change certain stylings
 * you want to make your content section 300 pixels wide
 * the css looks like this
 *     ```
       body div#content {
       margin:3em 200px 0 0;
       }
       ```
   
 * add this to it `width:300px;` This is not in your style sheet. if you can’t find
   the place to do that, add this to the bottom of your theme’s style sheet.
    `body
   div#content { width: 300px !important; }`
 *  Thread Starter [smith0281](https://wordpress.org/support/users/smith0281/)
 * (@smith0281)
 * [17 years, 1 month ago](https://wordpress.org/support/topic/post-box-width/#post-1065706)
 * Thankyou so much for getting back to me!
    Your a star! 🙂

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

The topic ‘post box width’ is closed to new replies.

 * 2 replies
 * 2 participants
 * Last reply from: [smith0281](https://wordpress.org/support/users/smith0281/)
 * Last activity: [17 years, 1 month ago](https://wordpress.org/support/topic/post-box-width/#post-1065706)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
