Title: Page width
Last modified: March 7, 2021

---

# Page width

 *  [lunalinnemann](https://wordpress.org/support/users/lunalinnemann/)
 * (@lunalinnemann)
 * [5 years, 3 months ago](https://wordpress.org/support/topic/page-width-69/)
 * Hi!
 * Thanks for a great theme!
 * I would like to ask if there is any way to make the width of the pages smaller?
   Including the featured image? I have tried using the css .container, but that
   was for the whole theme, and I would like to keep it as is on the FP and post
   page.
 * /Luna
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fpage-width-69%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

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

 *  [Steven (LyraThemes)](https://wordpress.org/support/users/stevenlyrathemes/)
 * (@stevenlyrathemes)
 * [5 years, 3 months ago](https://wordpress.org/support/topic/page-width-69/#post-14147784)
 * Hi Luna,
 * Thanks for using Kale, and thank you for the kind words! 🙂
 * If I understand correctly, you’d like to limit the width of the main container
   on pages, but not on the home page. If so, you can use this CSS in Appearance
   > Customize > Additional CSS, and just adjust the 1000px up or down to suit:
 *     ```
       .page:not(.home) .main-wrapper .container {
           max-width: 1000px;
       }
       ```
   
 * Thanks again, and if you need anything else, just let us know!
 *  Thread Starter [lunalinnemann](https://wordpress.org/support/users/lunalinnemann/)
 * (@lunalinnemann)
 * [5 years, 3 months ago](https://wordpress.org/support/topic/page-width-69/#post-14150395)
 * Hi Steven,
 * Thanks for your quick reply! It is kind of what I wanted, but can you do it without
   changing the navbar width. I basically just want content on the pages (including
   featured pic) to be of a smaller width than on Home page and blog feed page, 
   keeping the same size navbar for all pages.
 * / Luna
 *  [Steven (LyraThemes)](https://wordpress.org/support/users/stevenlyrathemes/)
 * (@stevenlyrathemes)
 * [5 years, 3 months ago](https://wordpress.org/support/topic/page-width-69/#post-14156382)
 * Hi Luna,
 * Ah…I see what you mean. In that case, this CSS should do the trick:
 *     ```
       .page:not(.home) .main-wrapper .container > .row {
           max-width: 1000px;
           margin: auto;
       }
       ```
   
 * Let me know if you need it tweaked any further!

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

The topic ‘Page width’ is closed to new replies.

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

 * 3 replies
 * 2 participants
 * Last reply from: [Steven (LyraThemes)](https://wordpress.org/support/users/stevenlyrathemes/)
 * Last activity: [5 years, 3 months ago](https://wordpress.org/support/topic/page-width-69/#post-14156382)
 * Status: not resolved