Title: Easy Forms &#8211; size submit button
Last modified: September 1, 2016

---

# Easy Forms – size submit button

 *  Resolved [zillavdborn](https://wordpress.org/support/users/zillavdborn/)
 * (@zillavdborn)
 * [9 years, 11 months ago](https://wordpress.org/support/topic/easy-forms-size-submit-button/)
 * Hello,
 * The button of my easy form is not big enough on mobile, see:
    [http://responsivetest.net/#u=visiousacademy.nl/nieuws|640|1136|2](http://responsivetest.net/#u=visiousacademy.nl/nieuws|640|1136|2)
 * How do I make it as big as the ’email’ line?
 * Regards,
 * Zilla
 * [https://wordpress.org/plugins/yikes-inc-easy-mailchimp-extender/](https://wordpress.org/plugins/yikes-inc-easy-mailchimp-extender/)

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

 *  Plugin Contributor [Tracy Levesque](https://wordpress.org/support/users/liljimmi/)
 * (@liljimmi)
 * 🏳️‍🌈 YIKES, Inc. Co-Owner
 * [9 years, 11 months ago](https://wordpress.org/support/topic/easy-forms-size-submit-button/#post-7525584)
 * Hello Zilla.
 * Your theme is transforming buttons at browser widths 569px and narrower to 0.8
   of it’s original scale.
 * You can use this CSS code to override that:
 *     ```
       @media screen and (max-width: 569px) {
       	.yikes-easy-mc-form .yikes-easy-mc-submit-button.btn {
       		-webkit-transform: scale(1);
       		-moz-transform: scale(1);
       		-o-transform: scale(1);
       		-ms-transform: scale(1);
       		transform: scale(1);
       	}
       }
       ```
   
 * You have a few options to add CSS code:
    - If you created this theme yourself, you can just add it to your style.css 
      file
    - If you’re using a theme you downloaded or bought you can make a child theme
      and add the code to your child theme’s style.css file
    - Your theme may have a “Custom CSS” option. If it does, then you can just pop
      it in there.
    - You can use a plugin like [Simple Custom CSS](https://wordpress.org/plugins/simple-custom-css/)
      or Jetpack and enter the code in their Custom CSS area
 * Thank you!
    -Tracy
 *  Thread Starter [zillavdborn](https://wordpress.org/support/users/zillavdborn/)
 * (@zillavdborn)
 * [9 years, 11 months ago](https://wordpress.org/support/topic/easy-forms-size-submit-button/#post-7525596)
 * Yeaaayyyy thank you thank you thank you soon much!!!
 *  Plugin Contributor [Tracy Levesque](https://wordpress.org/support/users/liljimmi/)
 * (@liljimmi)
 * 🏳️‍🌈 YIKES, Inc. Co-Owner
 * [9 years, 11 months ago](https://wordpress.org/support/topic/easy-forms-size-submit-button/#post-7525598)
 * Awesome! My pleasure!
 * If you’re enjoying the plugin and support, please consider leaving a review:
   
   [https://wordpress.org/support/view/plugin-reviews/yikes-inc-easy-mailchimp-extender?filter=5](https://wordpress.org/support/view/plugin-reviews/yikes-inc-easy-mailchimp-extender?filter=5)
 * Nice reviews make our day 🙂
 * Thank you!
    -Tracy

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

The topic ‘Easy Forms – size submit button’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/yikes-inc-easy-mailchimp-extender_a1c7e5.
   svg)
 * [Easy Forms for Mailchimp](https://wordpress.org/plugins/yikes-inc-easy-mailchimp-extender/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/yikes-inc-easy-mailchimp-extender/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/yikes-inc-easy-mailchimp-extender/)
 * [Active Topics](https://wordpress.org/support/plugin/yikes-inc-easy-mailchimp-extender/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/yikes-inc-easy-mailchimp-extender/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/yikes-inc-easy-mailchimp-extender/reviews/)

## Tags

 * [Easy forms](https://wordpress.org/support/topic-tag/easy-forms/)
 * [submit](https://wordpress.org/support/topic-tag/submit/)

 * 3 replies
 * 2 participants
 * Last reply from: [Tracy Levesque](https://wordpress.org/support/users/liljimmi/)
 * Last activity: [9 years, 11 months ago](https://wordpress.org/support/topic/easy-forms-size-submit-button/#post-7525598)
 * Status: resolved