How do I indent checkboxes?

  • netruck
    Asked on March 17, 2016 at 12:00 PM

    How do I indent my checkboxes?

  • David JotForm Support
    Replied on March 17, 2016 at 12:21 PM

    If you would like to indent only the the checkboxes, you would add this code to your form:

    http://www.jotform.com/help/117-How-to-Inject-Custom-CSS-Codes

    .form-multiple-column {
        margin-left : 30px;
    }

    The resulting form with the code added would look like this:

    https://form.jotform.com/60764902817966

  • netruck
    Replied on March 18, 2016 at 10:33 AM

    Thank you!

  • Carina
    Replied on March 18, 2016 at 11:28 AM

    On behalf of my colleague you are most welcome. Please get back to us if you need further assistance.