Title: button width
Last modified: August 30, 2016

---

# button width

 *  Resolved [2chihuahua](https://wordpress.org/support/users/2chihuahua/)
 * (@2chihuahua)
 * [10 years, 9 months ago](https://wordpress.org/support/topic/button-width-1/)
 * What is the basic css to increase the width of the subscribe button?
 * [https://wordpress.org/plugins/mailchimp-for-wp/](https://wordpress.org/plugins/mailchimp-for-wp/)

Viewing 1 replies (of 1 total)

 *  Plugin Contributor [Harish Chouhan](https://wordpress.org/support/users/hchouhan/)
 * (@hchouhan)
 * [10 years, 9 months ago](https://wordpress.org/support/topic/button-width-1/#post-6317640)
 * Hello 2chihuahua,
 * To update the button width, you would need to add something like below to your
   theme’s CSS file.
 *     ```
       .mc4wp-form input[type="submit"],
       .mc4wp-form button,
       .mc4wp-form input[type="button"] {
         width: 250px !important;
       }
       ```
   

Viewing 1 replies (of 1 total)

The topic ‘button width’ 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/)

 * 1 reply
 * 2 participants
 * Last reply from: [Harish Chouhan](https://wordpress.org/support/users/hchouhan/)
 * Last activity: [10 years, 9 months ago](https://wordpress.org/support/topic/button-width-1/#post-6317640)
 * Status: resolved