Hi;
I have an issue with CSS of Mailchimp code when pasting into block code of Enfold.
The submit button does not appear right the way it should be. Can you have a look for me?
The image about this issue: https://imgur.com/w69FFQE
Hey NHAT TAN,
Sorry for the late reply, the issue is that your mailchimp css is giving the button a “display: inline-block;”
which sets it inline, instead of making it “block”
To correct please try this code in the General Styling > Quick CSS field or in the WordPress > Customize > Additional CSS field:
#mc_embed_signup .clear {
display: block !important;
}
Best regards,
Mike
Thanks Mike.
It work perfectly. You can close this topic.
Hi,
Glad we were able to help, we will close this now. Thank you for using Enfold.
For your information, you can take a look at Enfold documentation here
For any other questions or issues, feel free to start new threads under Enfold sub forum and we will gladly try to help you :)
Best regards,
Mike