Title: Max container width
Last modified: May 10, 2023

---

# Max container width

 *  Resolved [angeloadvsin](https://wordpress.org/support/users/angeloadvsin/)
 * (@angeloadvsin)
 * [3 years, 1 month ago](https://wordpress.org/support/topic/max-container-width/)
 * Hello: just wonder why there is a max-width variable in plugin css with a fixed
   value of 940px (and advice to work-around this limitation)

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

 *  Plugin Author [Aurovrata Venet](https://wordpress.org/support/users/aurovrata/)
 * (@aurovrata)
 * [3 years ago](https://wordpress.org/support/topic/max-container-width/#post-16779628)
 * Good question, and apologies for the late reply. This was initially set by the
   CSS plugin used for the form layouts, and I guess the author did this to simplify
   the design process and not have to handle larger screens.
 * There is however a hook to change this, but keep in mind that the CSS is not 
   optimised for larger widths, so you’ll need to check that and possibly adjust
   the column/row spacing,
 *     ```wp-block-code
       add_filter('cf7sg_max_form_width', 'set_form_max_width');
       function set_form_max_width($mw){
         return '1080';
       }
       ```
   
 *  Thread Starter [angeloadvsin](https://wordpress.org/support/users/angeloadvsin/)
 * (@angeloadvsin)
 * [3 years ago](https://wordpress.org/support/topic/max-container-width/#post-16781949)
 * thank you very much… useful tip!

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

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

 * ![](https://ps.w.org/cf7-grid-layout/assets/icon-256x256.png?rev=1834229)
 * [Smart Grid-Layout Design for Contact Form 7](https://wordpress.org/plugins/cf7-grid-layout/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/cf7-grid-layout/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/cf7-grid-layout/)
 * [Active Topics](https://wordpress.org/support/plugin/cf7-grid-layout/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/cf7-grid-layout/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/cf7-grid-layout/reviews/)

## Tags

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

 * 2 replies
 * 2 participants
 * Last reply from: [angeloadvsin](https://wordpress.org/support/users/angeloadvsin/)
 * Last activity: [3 years ago](https://wordpress.org/support/topic/max-container-width/#post-16781949)
 * Status: resolved