Title: Single Post Text Width
Last modified: January 6, 2019

---

# Single Post Text Width

 *  Resolved [jphackett](https://wordpress.org/support/users/jphackett/)
 * (@jphackett)
 * [7 years, 2 months ago](https://wordpress.org/support/topic/single-post-text-width/)
 * Hi Anders,
 * Rad theme, I love it!
 * I’d like to increase the single post text width to 780px.
 * Is there an easy way to do this, maybe with some custom CSS?
 * Cheers
 * JP
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fsingle-post-text-width%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

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

 *  Theme Author [Anders Norén](https://wordpress.org/support/users/anlino/)
 * (@anlino)
 * [7 years, 2 months ago](https://wordpress.org/support/topic/single-post-text-width/#post-11057365)
 * Hi [@jphackett](https://wordpress.org/support/users/jphackett/),
 * Happy to hear it! Sure, go to Appearance → Customize → Additional CSS (the menu
   labels might be different in your language) and enter the following code:
 *     ```
       @media ( min-width: 600px ) {
   
           .post-inner.section-inner {
               max-width: 78rem;
               width: calc( 100% - 10rem );
           }
   
       }
       ```
   
 * Let me know if that does it.
 * — Anders
 *  Thread Starter [jphackett](https://wordpress.org/support/users/jphackett/)
 * (@jphackett)
 * [7 years, 2 months ago](https://wordpress.org/support/topic/single-post-text-width/#post-11057405)
 * Hi Anders,
 * Thanks for the rapid response. Yes, that has done the trick!
 * Keep up the good work, sir.
 * Thanks again.
 * JP

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

The topic ‘Single Post Text Width’ is closed to new replies.

 * ![](https://i0.wp.com/themes.svn.wordpress.org/koji/2.1/screenshot.jpg)
 * Koji
 * [Support Threads](https://wordpress.org/support/theme/koji/)
 * [Active Topics](https://wordpress.org/support/theme/koji/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/koji/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/koji/reviews/)

## Tags

 * [text width](https://wordpress.org/support/topic-tag/text-width/)

 * 2 replies
 * 2 participants
 * Last reply from: [jphackett](https://wordpress.org/support/users/jphackett/)
 * Last activity: [7 years, 2 months ago](https://wordpress.org/support/topic/single-post-text-width/#post-11057405)
 * Status: resolved