Title: Set Submit button 100% for mobile
Last modified: May 8, 2021

---

# Set Submit button 100% for mobile

 *  Resolved [Aan de Silva](https://wordpress.org/support/users/aands/)
 * (@aands)
 * [5 years, 1 month ago](https://wordpress.org/support/topic/set-submit-button-100-for-mobile/)
 * Hi,
    I sued below to set the fields 100% for mobile.
 *     ```
       @media( max-width: 580px ) {
         .mc4wp-form input[type="text"],
         .mc4wp-form input[type="email"]{
             display: block;
             width: 100% !important;
             max-width: 100% !important;
         }
       }
       ```
   
 * but how to set the Submit button 100% for mobile?

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

 *  Plugin Contributor [Harish Chouhan](https://wordpress.org/support/users/hchouhan/)
 * (@hchouhan)
 * [5 years, 1 month ago](https://wordpress.org/support/topic/set-submit-button-100-for-mobile/#post-14415364)
 * Hey [@aands](https://wordpress.org/support/users/aands/),
 * Can you please share a link where you have placed our form?
 *  Thread Starter [Aan de Silva](https://wordpress.org/support/users/aands/)
 * (@aands)
 * [5 years, 1 month ago](https://wordpress.org/support/topic/set-submit-button-100-for-mobile/#post-14415419)
 * Thanks for your response. Below is the link
 * [http://with-love.sg/](http://with-love.sg/)
 *  Plugin Contributor [Harish Chouhan](https://wordpress.org/support/users/hchouhan/)
 * (@hchouhan)
 * [5 years, 1 month ago](https://wordpress.org/support/topic/set-submit-button-100-for-mobile/#post-14416539)
 * Hey [@aands](https://wordpress.org/support/users/aands/),
 * Please try using the following CSS.
 *     ```
       @media( max-width: 580px ) {
         .mc4wp-form input[type="text"],
         .mc4wp-form input[type="email"],
         .mc4wp-form input[type="submit"]{
             display: block;
             width: 100% !important;
             max-width: 100% !important;
         }
       }
       ```
   
 *  Thread Starter [Aan de Silva](https://wordpress.org/support/users/aands/)
 * (@aands)
 * [5 years, 1 month ago](https://wordpress.org/support/topic/set-submit-button-100-for-mobile/#post-14416735)
 * Thanks a lot.

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

The topic ‘Set Submit button 100% for mobile’ is closed to new replies.

 * ![](https://ps.w.org/mailchimp-for-wp/assets/icon-256x256.png?rev=1224577)
 * [MC4WP: Mailchimp for WordPress](https://wordpress.org/plugins/mailchimp-for-wp/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/mailchimp-for-wp/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/mailchimp-for-wp/)
 * [Active Topics](https://wordpress.org/support/plugin/mailchimp-for-wp/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/mailchimp-for-wp/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/mailchimp-for-wp/reviews/)

 * 4 replies
 * 2 participants
 * Last reply from: [Aan de Silva](https://wordpress.org/support/users/aands/)
 * Last activity: [5 years, 1 month ago](https://wordpress.org/support/topic/set-submit-button-100-for-mobile/#post-14416735)
 * Status: resolved