CSS for Checklist Widget

  • jbshure
    Asked on June 4, 2020 at 2:08 AM

    Hi,


    Trying to add indented sub check boxes.


    What is the best way to do this. Preferably in checklist widget. But open to other option.



    o 


  • Anita_K
    Replied on June 4, 2020 at 7:07 AM

    Hi there,

    you can create an indentation by adding the following CSS within the widget:

    #id1, #id2 {

    margin-left: 2em;

    }

    You will need to swap out the IDs, of course, but if you provide us with the form URL in question we can help you with that.

    CSS for Checklist Widget Image 1 Screenshot 20

    You can also see a live demo here.

    Would this work for you?