When I attempt to embed mailchimp into my website the subscribe button is missing. See here:
for screenshot:
http://my.jetscreenshot.com/demo/20160914-3ry3-19kb
Also the word subscribe appears at the top when it should not. I’ve double checked the code and it’s correct. I’ve copied it to the widget area within a text box inserted into the Sidebar Pages Section.
Can you please help,
Actual link to page
I’ve sorted out how to remove the word Subscription from the top although the button to subscribe is still missing?
Any help today possible?
Hi,
Thank you for using Enfold.
Are you using a plugin? Did you try the theme’s MailChimp Signup element or shortcode? Please add this in the Quick CSS field:
#mc_embed_signup .clear {
clear: both;
display: block;
overflow: visible;
visibility: visible;
width: auto;
height: auto;
}
Best regards,
Ismael
This worked. Thanks!