I'm building a form and I'm hoping to have everything in one line.
You'll see the top one I've used the CSS (below) to get the question in one line, but ideally I want the radio buttons to also be in line like the second option when I don't use CSS. Is there any way to accomplish this? I'm a beginner to CSS, but want my form to be easily read.
#q6 label {width: 350px;}
#q6 .cf-small {width: 200px;}
#q6 .cf-field {width: 200px;}