Title: Post Title Width
Last modified: June 5, 2020

---

# Post Title Width

 *  [bloggingbeats](https://wordpress.org/support/users/amitgargjind/)
 * (@amitgargjind)
 * [6 years, 2 months ago](https://wordpress.org/support/topic/post-title-width/)
 * Hey Guys
 * Can you help me out with Post Title Width?
 * Is there any way so that I can increase my blog posts title width without changing
   the content width.
 * Thanks
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fpost-title-width%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

Viewing 1 replies (of 1 total)

 *  [David](https://wordpress.org/support/users/diggeddy/)
 * (@diggeddy)
 * [6 years, 2 months ago](https://wordpress.org/support/topic/post-title-width/#post-12944374)
 * Hi there,
 * instead of this CSS:
 *     ```
       .single-post #page {
           max-width: 800px;
       }
       ```
   
 * try this:
 *     ```
       .single-post .inside-article > *:not(.entry-header),
       .comments-area {
           max-width: 720px;
           margin-left: auto;
           margin-right: auto;
       }
       ```
   

Viewing 1 replies (of 1 total)

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

 * ![](https://i0.wp.com/themes.svn.wordpress.org/generatepress/3.6.1/screenshot.
   png)
 * GeneratePress
 * [Support Threads](https://wordpress.org/support/theme/generatepress/)
 * [Active Topics](https://wordpress.org/support/theme/generatepress/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/generatepress/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/generatepress/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [David](https://wordpress.org/support/users/diggeddy/)
 * Last activity: [6 years, 2 months ago](https://wordpress.org/support/topic/post-title-width/#post-12944374)
 * Status: not resolved