Title: Post Width
Last modified: August 21, 2016

---

# Post Width

 *  Resolved [jnpwll](https://wordpress.org/support/users/jnpwll/)
 * (@jnpwll)
 * [13 years, 1 month ago](https://wordpress.org/support/topic/post-width-1/)
 * You’ve been so helpful. Is there anywhere I can review you?
 * Is there a way to increase the post width (right now it’s a bit narrow on the
   screen.
 * thank you!!

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

 *  Theme Author [Caroline Moore](https://wordpress.org/support/users/sixhours/)
 * (@sixhours)
 * [13 years, 1 month ago](https://wordpress.org/support/topic/post-width-1/#post-3650474)
 * Sure! You can do this in your child theme or with a custom CSS plugin, by increasing
   the width of the `#page` div. You may also need to decrease the left margin on`#
   content`, since that will change when you increase the page width.
 * And thanks, you’re welcome to review the theme here:
    [http://wordpress.org/support/view/theme-reviews/stitch](http://wordpress.org/support/view/theme-reviews/stitch)
 *  Thread Starter [jnpwll](https://wordpress.org/support/users/jnpwll/)
 * (@jnpwll)
 * [13 years, 1 month ago](https://wordpress.org/support/topic/post-width-1/#post-3650539)
 * Is there anything you can direct me that’s a bit more step by step? I get the
   gist, but am struggling to translate it to do it.
 * Thank you Caroline!
 *  [Andrew Nevins](https://wordpress.org/support/users/anevins/)
 * (@anevins)
 * WCLDN 2018 Contributor | Volunteer support
 * [13 years, 1 month ago](https://wordpress.org/support/topic/post-width-1/#post-3650540)
 * Download and install this [Custom CSS Manager plugin](http://wordpress.org/extend/plugins/custom-css-manager-plugin/).
 * Then, within the Custom CSS [section of the dashboard](http://s.wordpress.org/extend/plugins/custom-css-manager-plugin/screenshot-1.jpg?r=697052),
   enter this code;
 *     ```
       #page {
        /* (This is a comment) The original width was 1000px */
        width: 1200px;
       }
       ```
   
 *  Thread Starter [jnpwll](https://wordpress.org/support/users/jnpwll/)
 * (@jnpwll)
 * [13 years, 1 month ago](https://wordpress.org/support/topic/post-width-1/#post-3650541)
 * Oh my… That was perfect. Thank you Andrew… You’re the best. Got it done! 🙂

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

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

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

 * 4 replies
 * 3 participants
 * Last reply from: [jnpwll](https://wordpress.org/support/users/jnpwll/)
 * Last activity: [13 years, 1 month ago](https://wordpress.org/support/topic/post-width-1/#post-3650541)
 * Status: resolved