Indenting the second line of text with checkboxes

  • SunbridgeInstitute
    Asked on January 7, 2016 at 9:29 AM

    Some of the checkbox choices I have on my form (first field) are pretty long, and the text wraps to the second line. Is it possible that the second/third lines can be indented so that they line up with the right side of the checkbox? This would have a much neater appearance. Thank you so much!

  • Kiran Support Team Lead
    Replied on January 7, 2016 at 12:42 PM

    Is this something you are referring to?

    Indenting the second line of text with checkboxes Image 1 Screenshot 20

    Please inject the following CSS code to your JotForm in order to wrap the text as shown above.

    .form-checkbox-item:not(#foo) label {

    margin-left: 49px;    

    text-indent: 0px;

    }

    Hope this information helps!