Hi!
I’m adding a mailchimp html form. The only way I’ve managed to get it to show up is by having it as a special widget area.
But even then, the submit form doesn’t appear. Not much point in the form if people can’t submit it, I’m sure you agree. I’ve tried different types of mailchimp forms, but no success. Can you help?
you can see the form here:
http://www.solveigmalvik.com/free-resources/
yours,
Solveig
Hi solveigmalvik!
I’ve checked your site, the button is in there, the plugin you are using it’s not showing it, because of some classes not being apply, here is the fix.
#mc_embed_signup .clear {
clear: both;
visibility: visible;
width: auto;
height: auto;
}
Regards,
David
Thanks David!
Does that code go into the css box or into the mailchimp code, do you know?
yours,
Solveig