Title: Blog width PhotoStory
Last modified: August 21, 2016

---

# Blog width PhotoStory

 *  Resolved [pasqualerose](https://wordpress.org/support/users/pasqualerose/)
 * (@pasqualerose)
 * [11 years, 11 months ago](https://wordpress.org/support/topic/blog-width-7/)
 * How do I make my blog area wider with less widget space to the left and right
   using PhotoStory?
 * Thanks!
 * PM

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

 *  Theme Author [TT Themes](https://wordpress.org/support/users/tomastoman/)
 * (@tomastoman)
 * [11 years, 11 months ago](https://wordpress.org/support/topic/blog-width-7/#post-5096788)
 * Dear PM,
 * you can hide the whole right sidebar in “Appearance > Theme Options > General
   Settings > Display Sidebar”. Or, if you only would like to reduce its width, 
   please insert the following CSS code into “Appearance > Theme Options > Other
   Settings > Custom CSS”:
 *     ```
       body #content {width: 570px;}
       body #sidebar {width: 165px;}
       ```
   
 * You can change both values of width according to your needs, but keep in mind
   that their sum should be always 735 pixels.
 * Best regards
    Tomas Toman
 *  Thread Starter [pasqualerose](https://wordpress.org/support/users/pasqualerose/)
 * (@pasqualerose)
 * [11 years, 11 months ago](https://wordpress.org/support/topic/blog-width-7/#post-5096850)
 * Thanks. Works great! How do I make the left side smaller as well?
 * I imagine it is similar to body “#content {width: 570px;},
    body #sidebar {width:
   165px;}”.
 * But what word would I use for the left side.
 * Thanks!
 * Pat
 *  Theme Author [TT Themes](https://wordpress.org/support/users/tomastoman/)
 * (@tomastoman)
 * [11 years, 11 months ago](https://wordpress.org/support/topic/blog-width-7/#post-5096859)
 * Dear Pat,
 * for reducing the left menu box, please use the following CSS:
 *     ```
       body .menu-box {width: 175px;}
       body .menu-box ul a, body .menu-box ul a:visited {width: 165px;}
       ```
   
 * Then, you also can modify the width of the whole page container to reduce the
   gap between the menu box and the main content area:
 * `body #container {width: 1070px;}`
 * Best regards
    Tomas Toman
 *  Thread Starter [pasqualerose](https://wordpress.org/support/users/pasqualerose/)
 * (@pasqualerose)
 * [11 years, 10 months ago](https://wordpress.org/support/topic/blog-width-7/#post-5096875)
 * Awesome! Thanks Tom!
 * Pat
 *  Theme Author [TT Themes](https://wordpress.org/support/users/tomastoman/)
 * (@tomastoman)
 * [11 years, 10 months ago](https://wordpress.org/support/topic/blog-width-7/#post-5096886)
 * I am glad that I could help you!
 * Best regards
    Tomas Toman

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

The topic ‘Blog width PhotoStory’ is closed to new replies.

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

 * 5 replies
 * 2 participants
 * Last reply from: [TT Themes](https://wordpress.org/support/users/tomastoman/)
 * Last activity: [11 years, 10 months ago](https://wordpress.org/support/topic/blog-width-7/#post-5096886)
 * Status: resolved