Mailchimp fields are on top of each other
-
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.
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