How can I indent second line of text for a Square checkbox widget?

  • gsgatlproductprograms
    Asked on October 10, 2019 at 1:10 PM

    How can I indent the second line of text on a checkbox, so that it has the same alignment as the first line. Example attached



    Jotform Thread 1996425 Screenshot
  • John Support Team Lead
    Replied on October 10, 2019 at 2:40 PM

    Hi @gsgatlproductprograms,

    Please try injecting this custom CSS code below to your Square Checkbox field:

    #iCheckList ul, li {

        list-style: none outside none;

        margin-bottom: 3px;

        display: inline-grid;

    }

    label {

        cursor: pointer;

        float: right;

        margin-left: 40px!important;

        margin-top: -20px!important;

    }

    Please refer to this guide:

    How can I indent second line of text for a Square checkbox widget? Image 10