Archived topic
Buttons not showing in forms
1 reply · Started by Matt Canning on April 29, 2015
Viewing posts 1–2 of 2
I have a newsletter signup page. Now although the form submits when you press enter it isn't showing the buttons.
http://rhythmcontrol.co.uk/newsletter/
Any work around for this?
Mailchimp wraps their button in a class labeled "clear", which isn't the best name for them to use.
Add this custom CSS and it should appear:
#mc_embed_signup .clear {
height: auto;
visibility: visible;
width: auto;
}
This archived topic is closed to new replies.