how do you align checkbox options on jotform?

  • amanansingh
    Asked on June 3, 2015 at 1:56 PM

    how do you align checkbox options on jotform?

  • David JotForm Support
    Replied on June 3, 2015 at 2:43 PM

    Hi,

    If you are trying to adjust the spacing for all of your checkbox labels, you can add this code to your form and adjust the values to your liking:

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

    .form-checkbox-item {
        margin: 0px 0px 0px 0px;
    }

    If you are trying to change the alignment of specific checkbox options, let us know the specific form and fields you are trying to alter as well as what changes you would like made and we will be happy to help.