Hello, I am trying to format my form so the text on the checkbox show on one line.
If I use the following CSS, this is what I see.
#q210 label {width: 225px;}
#q210 .cf-medium {width: 50%;}
#q210 .cf-field {width:50%;}
If I remove the CSS for this field, the text is on one line, but there is lots of space between the label and the checkbox. Any suggestions?