Title: Changing Page Width
Last modified: August 13, 2019

---

# Changing Page Width

 *  [exigeous](https://wordpress.org/support/users/exigeous/)
 * (@exigeous)
 * [6 years, 10 months ago](https://wordpress.org/support/topic/changing-page-width-7/)
 * Simply want to make the main body of the site wider – not quite 100% but certainly
   wider than it is now – for the life of me I can’t find where to set this.
 * BTW rather amazing theme, really glad I found it!
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fchanging-page-width-7%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

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

 *  [Nitu – ThemeGrill Support](https://wordpress.org/support/users/nitushrestha10/)
 * (@nitushrestha10)
 * [6 years, 10 months ago](https://wordpress.org/support/topic/changing-page-width-7/#post-11830030)
 * [@exigeous](https://wordpress.org/support/users/exigeous/)
 * Can you add the below CSS code to Additional CSS box and check?
 *     ```
       .inner-wrap {
           max-width: 1240px;
       }
       @media (max-width: 768px) {
       .inner-wrap {
           max-width: 96%;
       }
       }
       ```
   
 * Thanks.
 *  Thread Starter [exigeous](https://wordpress.org/support/users/exigeous/)
 * (@exigeous)
 * [6 years, 10 months ago](https://wordpress.org/support/topic/changing-page-width-7/#post-11834689)
 * Thanks so much – as yes, that does it – with one issue. Now the posts on the 
   home page that have highlight images don’t format correctly – the images are 
   too narrow for the new box width. Do I just need to update them to the correct
   new width? I haven’t launched yet so this isn’t a big deal.
 * Again really appreciate the help!
 *  [Nitu – ThemeGrill Support](https://wordpress.org/support/users/nitushrestha10/)
 * (@nitushrestha10)
 * [6 years, 10 months ago](https://wordpress.org/support/topic/changing-page-width-7/#post-11836992)
 * [@exigeous](https://wordpress.org/support/users/exigeous/)
 * If you are referring to the featured image of the posts then, can you once try
   the below CSS code in the Additional CSS Box provided via the Customizer Options
   and check once:-
 *     ```
       #content .featured-image img {
           width: 100%;
       }
       ```
   
 * Note: The image might display little bit pixelated using the above CSS code within
   your site and that is only the option currently to fix this issue.
 * Thanks.

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

The topic ‘Changing Page Width’ is closed to new replies.

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

## Tags

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

 * 3 replies
 * 2 participants
 * Last reply from: [Nitu – ThemeGrill Support](https://wordpress.org/support/users/nitushrestha10/)
 * Last activity: [6 years, 10 months ago](https://wordpress.org/support/topic/changing-page-width-7/#post-11836992)
 * Status: not resolved