Title: Change full width
Last modified: August 31, 2016

---

# Change full width

 *  Resolved [Hyllebergxd](https://wordpress.org/support/users/hyllebergxd/)
 * (@hyllebergxd)
 * [10 years, 2 months ago](https://wordpress.org/support/topic/change-full-width/)
 * Hi,
 * How can I change the full width of the page to lets say 80%?
 * I hope you can help me
 * Thx!

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

 *  [jesuscam](https://wordpress.org/support/users/jesuscam/)
 * (@jesuscam)
 * [10 years, 2 months ago](https://wordpress.org/support/topic/change-full-width/#post-7235392)
 * Hi. See the CSS file that has the css rule for your main site container and change
   the width tag to 80%
 *  [Ion Rutz](https://wordpress.org/support/users/ionrutz_machothemes/)
 * (@ionrutz_machothemes)
 * [10 years, 2 months ago](https://wordpress.org/support/topic/change-full-width/#post-7235412)
 * Hello [@hyllebergxd](https://wordpress.org/support/users/hyllebergxd/),
 * This is the CSS to change the container width:
 *     ```
       @media (min-width: 1200px){
       .container {
           width: 80% !important;
       }}
       ```
   
 * It might come with some functionality issues but from my testings everything 
   seems fine.
 * Best regards
 *  Thread Starter [Hyllebergxd](https://wordpress.org/support/users/hyllebergxd/)
 * (@hyllebergxd)
 * [10 years, 2 months ago](https://wordpress.org/support/topic/change-full-width/#post-7235503)
 * Thx for the reply
 * I can see that the content is changed to 80%, but the background image and the
   background color in my sections are still full width.
 * Do I have to find each class and set width to 80%? or is there another solution
   for this?
 *  [Ion Rutz](https://wordpress.org/support/users/ionrutz_machothemes/)
 * (@ionrutz_machothemes)
 * [10 years, 2 months ago](https://wordpress.org/support/topic/change-full-width/#post-7235567)
 * Hello [@hyllebergxd](https://wordpress.org/support/users/hyllebergxd/),
 * Have you managed to fix the issue?
 * Yes, you have to find all the classes that wrap the content and set it to 80%
   width.
 * If you are having any trouble with this please provide the website link.
 * Regards

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

The topic ‘Change full width’ is closed to new replies.

 * ![](https://i0.wp.com/themes.svn.wordpress.org/pixova-lite/2.0.9/screenshot.jpg)
 * Pixova Lite
 * [Support Threads](https://wordpress.org/support/theme/pixova-lite/)
 * [Active Topics](https://wordpress.org/support/theme/pixova-lite/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/pixova-lite/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/pixova-lite/reviews/)

## Tags

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

 * 4 replies
 * 3 participants
 * Last reply from: [Ion Rutz](https://wordpress.org/support/users/ionrutz_machothemes/)
 * Last activity: [10 years, 2 months ago](https://wordpress.org/support/topic/change-full-width/#post-7235567)
 * Status: resolved