Title: Make theme wider &#8230;
Last modified: August 21, 2016

---

# Make theme wider …

 *  Resolved [greku69](https://wordpress.org/support/users/greku69/)
 * (@greku69)
 * [12 years, 5 months ago](https://wordpress.org/support/topic/make-theme-wider-1/)
 * Hi guys
    Hope you can help me … I was trying to make page wider so I can have
   4 or 5 column in portfolio page on my site …at the moment I select 4 column but
   only 3 is display… Thanks for your help
 * Website : [foresthillphotography.co.uk](http://foresthillphotography.co.uk/portfolio/)

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

 *  [Andrew Nevins](https://wordpress.org/support/users/anevins/)
 * (@anevins)
 * WCLDN 2018 Contributor | Volunteer support
 * [12 years, 5 months ago](https://wordpress.org/support/topic/make-theme-wider-1/#post-4334580)
 * Install this plugin: [http://wordpress.org/plugins/custom-css-manager-plugin](http://wordpress.org/plugins/custom-css-manager-plugin)
 * Then in that plugin’s [section of the dashboard](http://wordpress.org/plugins/custom-css-manager-plugin/screenshot-1.jpg?r=704634)
   add this:
 *     ```
       @media screen and ( min-width: 600px ) {
        .page-id-6 #primary {
         max-width: 952px;
        }
   
        .page-id-6 #primary,
        .page-id-6 .hentry {
         width: auto;
        }
       }
       ```
   
 *  Thread Starter [greku69](https://wordpress.org/support/users/greku69/)
 * (@greku69)
 * [12 years, 5 months ago](https://wordpress.org/support/topic/make-theme-wider-1/#post-4334606)
 * Hi Andrew
    Thanks for quick reply, I did what you tell but looks like this did
   not help…i dont see any changes not on my ipad anyway , I will check on computer
   in the morning. Thanks
 *  Thread Starter [greku69](https://wordpress.org/support/users/greku69/)
 * (@greku69)
 * [12 years, 5 months ago](https://wordpress.org/support/topic/make-theme-wider-1/#post-4334672)
 * Hi Andrew
    it is working in Safari on normal computer… thanks
 *  [Andrew Nevins](https://wordpress.org/support/users/anevins/)
 * (@anevins)
 * WCLDN 2018 Contributor | Volunteer support
 * [12 years, 5 months ago](https://wordpress.org/support/topic/make-theme-wider-1/#post-4334673)
 * In that case try reducing the “`min-width`” value in the media query, to say,
   320px. E.g,
 *     ```
       @media screen and ( min-width: 320px ) {
        .page-id-6 #primary {
         max-width: 952px;
        }
   
        .page-id-6 #primary,
        .page-id-6 .hentry {
         width: auto;
        }
       }
       ```
   
 *  Thread Starter [greku69](https://wordpress.org/support/users/greku69/)
 * (@greku69)
 * [12 years, 5 months ago](https://wordpress.org/support/topic/make-theme-wider-1/#post-4334813)
 * thanks Andrew

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

The topic ‘Make theme wider …’ is closed to new replies.

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

 * 5 replies
 * 2 participants
 * Last reply from: [greku69](https://wordpress.org/support/users/greku69/)
 * Last activity: [12 years, 5 months ago](https://wordpress.org/support/topic/make-theme-wider-1/#post-4334813)
 * Status: resolved