Title: Mobile Break Point
Last modified: August 17, 2022

---

# Mobile Break Point

 *  Resolved [gatestar](https://wordpress.org/support/users/gatestar/)
 * (@gatestar)
 * [3 years, 9 months ago](https://wordpress.org/support/topic/mobile-break-point-2/)
 * Hi I am wanting fields side by side still on mobile what is the breakpoint and
   can I adjust it?

Viewing 1 replies (of 1 total)

 *  Plugin Author [Aurovrata Venet](https://wordpress.org/support/users/aurovrata/)
 * (@aurovrata)
 * [3 years, 9 months ago](https://wordpress.org/support/topic/mobile-break-point-2/#post-15936078)
 * This is pure CSS, so yes you can override this. The current cut-off is 480 screen
   width in px.
 * You can filter this value with the `cf7sg_responsive_width` hook,
 *     ```
       add_filter('cf7sg_responsive_width', 'change_mobile_cutoff',10,2);
       function change_mobile_cutoff($px, $form_key){
         return 320;
       }
       ```
   

Viewing 1 replies (of 1 total)

The topic ‘Mobile Break Point’ 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/)

 * 1 reply
 * 2 participants
 * Last reply from: [Aurovrata Venet](https://wordpress.org/support/users/aurovrata/)
 * Last activity: [3 years, 9 months ago](https://wordpress.org/support/topic/mobile-break-point-2/#post-15936078)
 * Status: resolved