After customizing the Mailchimp form on , I added some CSS styles:
.mc-field-group{
background-color: #FAFAFA;
padding: 10px;
}
#mce-email {
float: left;
margin:10px;
}
#mce-FNAME{
margin:10px;
}
Although I'm satisfied with how it looks, I noticed that the First Name and Email input boxes are not aligned. Is there a quick solution for this alignment issue?