Title: Theme Width 100%
Last modified: August 21, 2016

---

# Theme Width 100%

 *  Resolved [IceReaper](https://wordpress.org/support/users/icereaper/)
 * (@icereaper)
 * [12 years, 3 months ago](https://wordpress.org/support/topic/theme-width-100/)
 * How can I change the themes width to 100% instead of 1600px, without using a 
   child theme.

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

 *  [Alexander Agnarson](https://wordpress.org/support/users/alxmedia/)
 * (@alxmedia)
 * [12 years, 3 months ago](https://wordpress.org/support/topic/theme-width-100/#post-4607817)
 * Yup, add this custom css:
 *     ```
       .container-inner { max-width: 100%; }
       ```
   
 * And to get rid of the small spaces on the sides as well, you would add:
 *     ```
       .container { padding: 0!important; }
       ```
   
 *  Thread Starter [IceReaper](https://wordpress.org/support/users/icereaper/)
 * (@icereaper)
 * [12 years, 3 months ago](https://wordpress.org/support/topic/theme-width-100/#post-4607873)
 * Thanks bro.

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

The topic ‘Theme Width 100%’ is closed to new replies.

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

 * 2 replies
 * 2 participants
 * Last reply from: [IceReaper](https://wordpress.org/support/users/icereaper/)
 * Last activity: [12 years, 3 months ago](https://wordpress.org/support/topic/theme-width-100/#post-4607873)
 * Status: resolved