Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Contributor Tracy Levesque

    (@liljimmi)

    ?????? YIKES, Inc. Co-Owner

    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 or Jetpack and enter the code in their Custom CSS area

    Thank you!
    -Tracy

    Thread Starter zillavdborn

    (@zillavdborn)

    Yeaaayyyy thank you thank you thank you soon much!!!

    Plugin Contributor Tracy Levesque

    (@liljimmi)

    ?????? YIKES, Inc. Co-Owner

    Awesome! My pleasure!

    If you’re enjoying the plugin and support, please consider leaving a review:
    https://www.ads-software.com/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.