Tagged: 

Viewing 3 posts - 1 through 3 (of 3 total)
  • Anonymous
    #163255

    Hi,
    I would like to edit the line heigh for the check box list and bring the boxes and texts closer together. I would like to edit it in my style css and tried .searchandfilter ul li ul li
    However I could not make it work.
    Can you help?
    Thank you so much.

    https://fertila.de/kinderwunschzentrum-finden/

    Trevor
    #163331

    If you mean in the field Behandlungsmethoden, then try this custom CSS:

    .wpb_text_column .searchandfilter :last-child {
      margin-bottom: 0;
    }

    This will overcome what either you or your theme or another plugin has added.

    Anonymous
    #163348

    Works. Thank you very much.
    Have a nice weekend.

Viewing 3 posts - 1 through 3 (of 3 total)