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

    (@liljimmi)

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

    Hi Yodajones,

    This happened on another site, maybe you are using the same theme. I will dig up the CSS fix I posted for that and paste it here.

    Hold tight.

    Thank you!
    -Tracy

    Plugin Contributor Tracy Levesque

    (@liljimmi)

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

    Hello.

    Here is the CSS code:

    .yikes-easy-mc-form input[type=text], .yikes-easy-mc-form input[type=url],
    .yikes-easy-mc-form input[type=email], .yikes-easy-mc-form input[type=number],
    .yikes-easy-mc-form select {
        height: auto;
    }

    You have a few options to add this 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 yodajones

    (@yodajones)

    Hi Tracy,

    Thanks for the fast reply. Unfortunately adding that CSS to either the custom CSS theme options nor the style.css resolved the issue.

    Any other suggestions?

    Plugin Contributor Tracy Levesque

    (@liljimmi)

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

    Hello.

    Please change it to this:

    .yikes-easy-mc-form input[type=text], .yikes-easy-mc-form input[type=url],
    .yikes-easy-mc-form input[type=email], .yikes-easy-mc-form input[type=number],
    .yikes-easy-mc-form select {
        height: auto !important;
    }

    Thank you!
    -Tracy

    Thread Starter yodajones

    (@yodajones)

    Bam!

    That did the trick. Thanks Tracy!

    John

    Plugin Contributor Tracy Levesque

    (@liljimmi)

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

    No problem, 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

    Thread Starter yodajones

    (@yodajones)

    Done!

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Widget Form Fields Are Very Tall’ is closed to new replies.