I have a MailChimp opt-in form inside of a thin color section and when the form is submitted, the success message is cut-off and is unreadable as the color section does not expand far enough down to reveal the text that is generated.
http://800.9e8.myftpupload.com (the opt-in form under the main slider at the top)
How can I fix this?
Hey John!
Check it now, i removed those whitespaces shortcodes, set a custom ID (home_opt-in) to the section and added this to Quick CSS:
#home_opt-in .mc4wp-form form, #home_opt-in .mc4wp-form form input{
margin-bottom: 0 !important;
}
#home_opt-in.avia-section {
min-height: initial;
}
Regards,
Josue
You are the best! Thanks