Hi there,
I have two columns on my front page and I can’t get the tops to line up. It’s the eventbrite iframe and the mailchimp embedded signup form. Links provided below.
Thank you in advance!
Hey!
Try adding this code to the Quick CSS:
#mc_embed_signup h2 {
margin-top: 0 !important;
}
#mc_embed_signup form {
padding-top: 0 !important;
}
Cheers!
Josue