Title: Theme width
Last modified: August 22, 2016

---

# Theme width

 *  Resolved [The Nature](https://wordpress.org/support/users/the-nature/)
 * (@the-nature)
 * [11 years, 5 months ago](https://wordpress.org/support/topic/theme-width-9/)
 * Can you tell me please how to make the boxed style wider?
 * Note that the theme looks smaller and smaller in wider screens “boxed style”

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

 *  Theme Author [TT Themes](https://wordpress.org/support/users/tomastoman/)
 * (@tomastoman)
 * [11 years, 5 months ago](https://wordpress.org/support/topic/theme-width-9/#post-5600495)
 * Hi,
 * to increase the theme width in the Boxed layout, please insert the following 
   CSS into “Theme Options > Other Settings > Custom CSS”:
 *     ```
       body #container-boxed {
         width: 1220px;
       }
       html body .footer-signature-content,
       html body .menu-panel,
       html body .container,
       html body #footer,
       html body .header-content,
       html body .top-navigation {
         max-width: 1160px;
       }
       html body #main-content {
         width: 830px;
       }
       html #wrapper #container-boxed .sticky-nav {
         max-width: 1220px;
       }
       html body .header-image .header-image-text-wrapper {
         width: 1160px;
       }
       html body .footer-widget-area {
         width: 366px;
       }
       ```
   
 * Best regards,
    Tomas Toman
 *  Thread Starter [The Nature](https://wordpress.org/support/users/the-nature/)
 * (@the-nature)
 * [11 years, 5 months ago](https://wordpress.org/support/topic/theme-width-9/#post-5600499)
 * It works 🙂 thank you
 *  Thread Starter [The Nature](https://wordpress.org/support/users/the-nature/)
 * (@the-nature)
 * [11 years, 5 months ago](https://wordpress.org/support/topic/theme-width-9/#post-5600501)
 *  Theme Author [TT Themes](https://wordpress.org/support/users/tomastoman/)
 * (@tomastoman)
 * [11 years, 5 months ago](https://wordpress.org/support/topic/theme-width-9/#post-5600504)
 * I am glad that I could help you! 🙂

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

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

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

 * 4 replies
 * 2 participants
 * Last reply from: [TT Themes](https://wordpress.org/support/users/tomastoman/)
 * Last activity: [11 years, 5 months ago](https://wordpress.org/support/topic/theme-width-9/#post-5600504)
 * Status: resolved