Title: Stretch width
Last modified: February 2, 2019

---

# Stretch width

 *  Resolved [politicske](https://wordpress.org/support/users/politicske/)
 * (@politicske)
 * [7 years, 4 months ago](https://wordpress.org/support/topic/stretch-width/)
 * Hi. Can the width of this theme be stretched to something like 1400px-1800px?
   I am not a fan of the boxed layout. I tried a similar theme to this and its width
   could stretch with css.

Viewing 1 replies (of 1 total)

 *  Theme Author [ThemezHut](https://wordpress.org/support/users/pubudu-malalasekara/)
 * (@pubudu-malalasekara)
 * [7 years, 3 months ago](https://wordpress.org/support/topic/stretch-width/#post-11243790)
 * Hi [@politicske](https://wordpress.org/support/users/politicske/),
 * With the latest update, you can stretch width with CSS.
 * Please update your theme to the latest version first.
 * Then copy and paste the following CSS code in the Additional CSS of the customizer
   and adjust the width as you prefer.
 *     ```
       @media (min-width: 1200px) {
           .hm-container,
           .hitmag-wrapper {
               max-width: 1400px;
           }
       }
       ```
   
 * I hope this will help you.

Viewing 1 replies (of 1 total)

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

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

 * 1 reply
 * 2 participants
 * Last reply from: [ThemezHut](https://wordpress.org/support/users/pubudu-malalasekara/)
 * Last activity: [7 years, 3 months ago](https://wordpress.org/support/topic/stretch-width/#post-11243790)
 * Status: resolved