Hi @aands,
Can I have a link to the page? It’s probably a line-height/font-size/padding, etc. issue.
Jon
Plugin Contributor
Tracy Levesque
(@liljimmi)
🏳️🌈 YIKES, Inc. Co-Owner
Hello @aands,
Just checking in.
Please let us know if you still need help with this issue. If so we need a link to your form so we can inspect the HTML/CSS.
Thank you!
-Tracy
@jpowersdev and @liljimmi Thanks Mate.
Below is the link and the password
https://gift.aandesilva.com/
gif.2021
Hello @aands!
It looks like this is a result of the min-height set on the yikes submit button. In your css file, try adding this:
.yikes-easy-mc-form .yikes-easy-mc-submit-button {
max-height:38px!important;
}
You can adjust the height to what you think looks best if the above suggestion is not enough.
Let me know if that helps. Thank you!
Thanks for the input.
It did not work. But I used min instead max. It seems working. Am I doing the right thing?
.yikes-easy-mc-form .yikes-easy-mc-submit-button {
min-height:35.5px!important;
}