Tighter vertical list spacing
-
I have a form field which produces a list of items with check boxes:
<p><br class="none" />Choose Treatment/s:<br /> [checkbox* chosen-treatment use_label_element "Facial (£40)" "Manicure (£24)" "Pedicure (£29)" "Waxing (£38)" "Make-up (£25)"] </p>
…but the items are too widely spaced vertically and I’ve tried every way I can think of to close up the spaces, without success – because I can’t discover what is giving the list-item span a height of 15px. I’ve tried giving the list-item different margins, padding, line-height – and even tried display: none since I would probably be satisfied if I could just ged rid of these spacers altogether. But nothing worked.
My most recent CSS stab in the dark failure looks like:
#wpcf7-f3083-p174-o1 span.wpcf7-list-item { margin-bottom:0px; }
Can anyone please point me in the right direction? TIA.
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Tighter vertical list spacing’ is closed to new replies.