Title: Changing container width
Last modified: August 31, 2016

---

# Changing container width

 *  [Jim ‘Jimbo’ Zarifis](https://wordpress.org/support/users/wpadminill/)
 * (@wpadminill)
 * [9 years, 11 months ago](https://wordpress.org/support/topic/changing-container-width-1/)
 * how do i change the width of my container for my website and/or for an individual
   page?
    my website is ilivelifeill.com and i would like to change the width of
   my product range page- [http://ilivelifeill.com/product_range/](http://ilivelifeill.com/product_range/)

Viewing 1 replies (of 1 total)

 *  [lexxyungcarter](https://wordpress.org/support/users/lexxyungcarter/)
 * (@lexxyungcarter)
 * [9 years ago](https://wordpress.org/support/topic/changing-container-width-1/#post-9108635)
 * It’s pretty easy. Just add these few css rules in your style.css (you can do 
   it via the editor once logged in the administrator’s dashboard.
 *     ```
       .mainpage-area {
       	width: 100%;
       	max-width: 1400px;
       }
       .container {
       	width: 96%;
       }
       ```
   

Viewing 1 replies (of 1 total)

The topic ‘Changing container width’ is closed to new replies.

 * ![](https://i0.wp.com/themes.svn.wordpress.org/skt-full-width/2.1/screenshot.
   png)
 * SKT Full Width
 * [Support Threads](https://wordpress.org/support/theme/skt-full-width/)
 * [Active Topics](https://wordpress.org/support/theme/skt-full-width/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/skt-full-width/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/skt-full-width/reviews/)

## Tags

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

 * 1 reply
 * 2 participants
 * Last reply from: [lexxyungcarter](https://wordpress.org/support/users/lexxyungcarter/)
 * Last activity: [9 years ago](https://wordpress.org/support/topic/changing-container-width-1/#post-9108635)
 * Status: not resolved