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
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://ww.wp.xz.cn/support/view/plugin-reviews/yikes-inc-easy-mailchimp-extender?filter=5
Nice reviews make our day 🙂
Thank you!
-Tracy