Hi!
On this site: https://academy.lashpilot.com/ I have created a content area modal saying register for our course today! I have embedded an mailchimp sign up form and tried some different css to customize the look of it.
However I can’t seem to make the labels of the check boxes align with the check box, the checkbox is above the label. I added this css to try to correct it but no luck yet:
div.mc-field-group.input-group ul li {
list-style-type: none;
white-space: nowrap;
margin: 0px;
}