Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1054930

    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

    #1055780

    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

    #1055787

    Thanks Mike.
    It work perfectly. You can close this topic.

    #1055879

    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

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘CSS Mailchimp when post into code block have issue?’ is closed to new replies.