Currently in the process of transferring our website forms to our new emailing platform, Pardot from Salesforce. Utilizing their CSS editor to design the forms, but I'm lacking experience in CSS. Managed to get the checkbox labels aligned vertically, however, they appear in a diagonal line instead of straight. Any suggestions on how to correct this?
Additionally, I've included an image showing how the form appears on the website.
https://i.sstatic.net/U5IOs.png
Below is the CSS code being used:
pardot-form input[type="checkbox"] {
background-color: #fff;
color: #666;
font-family: "Open Sans", sans-serif;
font-size: 14px;
line-height: 1.75em;
height:18px;
width:18px;
padding:0;
margin-top:5px;
display:block;
float:left;
}