Home Forums WoodMart support forum mailchimp newsletter error

mailchimp newsletter error

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

    varadilackoo
    Participant

    Hello,
    I would like to ask for help. The two fields merge together. I would like the email address field and the first name field falling under one another and the two checkboxes are parallel, but I can not solve it.

    Thanks!

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

    Hello,

    Add this code to the Theme settings > Custom CSS:

    body .mc4wp-form>div {
        display: block;
        max-width:250px;
       margin:20px auto!important;
    }
    body .mc4wp-form>div> div {
       margin:20px 0;
    }
    .mc4wp-form-fields .mc4wp-terms label {
        display: block;
        text-align: left;
    }

    Change the width of the fields if you need.

    Best Regards

    #78037

    varadilackoo
    Participant

    Custom CSS looks like this now. why does it show the mistake? I need a solution on the second image, is it possible?

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

    Hello,

    I have copied and pasted the code there is no mistakes: http://prntscr.com/kwhkcb

    Here is how the form looks like now http://prntscr.com/kwhk3e

    Best Regards

Tagged: 

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