asked on October 12, 2020
I have a form that will have a list of checkboxes. Underneath each checkbox will be a bulleted list of items(custom html). Basically, they agree to the items in the list by checking the associated box.
Here's a sample...
I'm trying to get rid of the empty space outlined above in blue. Here's the CSS I have so far that made it minutely better.
q7 is the checkbox and q8 is a custom html.
#q7 .cf-label {width: 10px;} #q7 {padding-bottom:0px;margin-bottom:0px;} #q8 {padding-top:0px;margin-top:0px;margin-left:35px;}
Is there a way to remove the space?
0
0