Hi Sanford,
Thanks for clearing that up. I posted a link to the landing page in case you want to view the source code.
Erin, I believe this is a single field (not a field per checkbox).
Here's the link to the landing page where I want to reformat the form: https://info.dh.com/GCProgram-Registration.html
If you know a quick way to resolve please let me know!
Hi Tom,
add
#mktoForm_64 .mktoCheckboxList .mktoField {
float: left !important;
clear: none !important;
}
#mktoForm_64 .mktoCheckboxList label {
width: 31% !important;
float: left !important;
margin-left: 5px !important;
}
-Greg
Thanks Greg,
The top row looks pushed to the right a little...
Hi Tom,
You will probably have to tune a bit the CSS , I am off for tonight.
-Greg
The final code looks like this:
#mktoForm_64 .mktoCheckboxList .mktoField {
display:none !important;
width:20px !important;
float:left !important;
}
#mktoForm_64 .mktoCheckboxList label {
width:26% !important;
float:left !important;
margin-left: 20px !important;
}
Nice