Change size of columns using checkbox list

  • GuyPalinckx
    Asked on November 24, 2016 at 7:26 AM

    Hi,

    I'v created a form with several checklists wiht lots of possibilities.

    As I choose to display the options in 2 columns, my options are not proper aligned.

     

    How can I modify the size of such a column?  Probably via CSS but I can't find the correct code.

     

    Thanks

  • Helen
    Replied on November 24, 2016 at 8:23 AM

    Hi,

    You can modify the size of such a column. Please inject these CSS codes to your form:

    .form-multiple-column .form-checkbox-item {

    width: 190px;

    }

    This guide helps you to inject CSS codes to your form: https://www.jotform.com/help/117-How-to-Inject-Custom-CSS-Codes

    Please let us know if you need further assistance.