Checkboxes align left [RESOLVED]

How can I make the first two checkboxes neatly align to the left at the beginning of the text? The third and fourth looks ok, how come?

Thanks in advance

Albert

Hi Albert,

Do you have a link to this form so we can check the CSS?

Hi Jim,

Sure i have: https://www.euroceptpharma.com/formulier-valcyte/

Hi Albert. You can add this CSS to your theme (or child theme) stylesheet or via the Appearance Customizer (Appearance → Customize → Additional CSS):

body .gform_wrapper div.gchoice input[type=checkbox] {
	vertical-align: top;
	margin-top: 0.9em;
}

See also this article for additional information about placing CSS snippets: https://docs.gravityforms.com/where-to-put-your-custom-css/

This is what your form looked like when I applied that to the page: firefox djD1z1vtuu.png - Droplr

If you have any other questions, please let us know.