Home Forums WoodMart support forum Mailchimp fields are on top of each other

Mailchimp fields are on top of each other

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #80108

    lifecalls
    Participant

    Not sure how and why name and email field end up on top of each other. There is plenty of space.

    Perhaps there is a n easy way to change the length of fields?

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

    Hello,

    You are trying to customize the form, not sure it would work.

    Add this code to the Theme settings > Custom CSS:

    body .mc4wp-form-1701 input[type=text]{
        width:80%;
        margin-right:20px;
    }
    body .mc4wp-form-1701 input[type=submit]{
        margin-left:40px;
    }

    Best Regards

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