Title: How to decrease content width?
Last modified: August 20, 2016

---

# How to decrease content width?

 *  [Hulbert Lee](https://wordpress.org/support/users/hulbert-lee/)
 * (@hulbert-lee)
 * [14 years, 12 months ago](https://wordpress.org/support/topic/how-to-decrease-content-width/)
 * Hi, I was wondering how can I decrease the width of the content text?
 * Right now I think it’s too wide and would like to shorten it to make it easier
   for people to read…
 * Thank you in advance.
 * [http://howtofocusbetter.com/](http://howtofocusbetter.com/)

Viewing 1 replies (of 1 total)

 *  [Jorge](https://wordpress.org/support/users/jas956/)
 * (@jas956)
 * [14 years, 12 months ago](https://wordpress.org/support/topic/how-to-decrease-content-width/#post-2267266)
 * We’re going to add the following code to your CSS (style.css) Child Theme file**
   after the `@import` rule**.
 *     ```
       .page .entry { // This is where your content is resting
       margin: 0 auto; // This tells your Entry to center off
       width: 468px; // You can adjust the width to your specs
       }
       ```
   
 * **This is only a suggestion**, but I hope it helps

Viewing 1 replies (of 1 total)

The topic ‘How to decrease content width?’ is closed to new replies.

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 1 reply
 * 2 participants
 * Last reply from: [Jorge](https://wordpress.org/support/users/jas956/)
 * Last activity: [14 years, 12 months ago](https://wordpress.org/support/topic/how-to-decrease-content-width/#post-2267266)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
