mailchimp newsletter error
-
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.
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
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.
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