Title: Modify Content Width
Last modified: April 17, 2020

---

# Modify Content Width

 *  Resolved [juanfranciscogropero](https://wordpress.org/support/users/juanfranciscogropero/)
 * (@juanfranciscogropero)
 * [6 years, 1 month ago](https://wordpress.org/support/topic/modify-content-width/)
 * Is there a way to change the text width in the articles or pages?
 * I have found only two possible setups: small width but aligned to the left or
   full screen width too near to the edges of the screen.
 * I would want to fix the text on the center of the screen and leave margins on
   both sides.
 * Thanks for your help and congratulations for such an amazing theme!
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fmodify-content-width%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

Viewing 1 replies (of 1 total)

 *  Thread Starter [juanfranciscogropero](https://wordpress.org/support/users/juanfranciscogropero/)
 * (@juanfranciscogropero)
 * [6 years, 1 month ago](https://wordpress.org/support/topic/modify-content-width/#post-12694227)
 * I have found the solution.
 * **to center it:**
 *     ```
       .post-inner {
           margin: 0 auto;
       }
       ```
   
 * **for pages width:**
 *     ```
       body.page .post-inner { max-width: 80%; 
       }
       ```
   
 * **for articles width:**
 *     ```
       .post-inner { max-width: 80%;
       }
       ```
   
    -  This reply was modified 6 years, 1 month ago by [juanfranciscogropero](https://wordpress.org/support/users/juanfranciscogropero/).
    -  This reply was modified 6 years, 1 month ago by [juanfranciscogropero](https://wordpress.org/support/users/juanfranciscogropero/).
    -  This reply was modified 6 years, 1 month ago by [juanfranciscogropero](https://wordpress.org/support/users/juanfranciscogropero/).

Viewing 1 replies (of 1 total)

The topic ‘Modify Content Width’ is closed to new replies.

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

## Tags

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

 * 1 reply
 * 1 participant
 * Last reply from: [juanfranciscogropero](https://wordpress.org/support/users/juanfranciscogropero/)
 * Last activity: [6 years, 1 month ago](https://wordpress.org/support/topic/modify-content-width/#post-12694227)
 * Status: resolved