Home Forums WoodMart support forum mailchimp checkbox error

mailchimp checkbox error

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #72603

    varadilackoo
    Participant

    Hello,

    Why is not the terms and conditions checkbox displayed on mailchimp when subscribing to the newsletter? It is set up …

    Attachments:
    You must be logged in to view attached files.
    #72622

    Hello,

    Thank you very much for choosing our theme and contacting us.

    Please provide your site admin access and FTP. Do you mean the form in the popup?

    Best Regards

    #72648

    varadilackoo
    Participant

    It just does not appear in the checkbox.I need for it, because of the GDPR decree. I suspect they cover each other with the form.

    #72673

    varadilackoo
    Participant
    #72712

    Artem Temos
    Keymaster

    Try to add the following code snippet to the Custom CSS area in Theme Settings to fix this issue.

    .mc4wp-form-fields .mc4wp-terms {
        margin-left: 0;
        margin-right: 0;
        width: 100%;
        margin-bottom: 0 !important;
    }
    .mc4wp-form-fields .mc4wp-terms label {
        display: block;
    }

Tagged: 

Viewing 5 posts - 1 through 5 (of 5 total)