Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author JonasBreuer

    (@jonasbreuer)

    Hi perrymyk,

    did you already fix that? Looks ok to me.

    In general, the plugin is placing the items in separate <p> elements. There is a rule in your CSS which gives margin-bottom: 1.5em; to each <p>.

    To change this for the checklist, you could wrap the checklist in a div e.g. <div class="checklist">[frontend-checklist]</div> and place a rule like div.checklist p {margin-bottom:0.5em;} in your CSS.

    Cheers,
    Jonas

    Thread Starter perrymyk

    (@perrymyk)

    Hi Jonas,

    I switch themes to Weaver II and it took care of the problem all by itself.

    Thanks for the swift and prompt response – I love the plugin.

    Thanks

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Control spacing between checklist lines?’ is closed to new replies.