How do I widen my checkbox column?

  • Chrissybright
    Asked on May 12, 2015 at 11:23 AM

    I want to widen my checkbox column so that it matches the width of my form.  I used a form template from Jotform for my form and changed the css code for the checkbox, but it's not working.  I want the checkbox description for each line to be on one line instead of two.

     

     

  • Ashwin JotForm Support
    Replied on May 12, 2015 at 1:02 PM

    Hello Chrissybright,

    I have injected the following custom css code in your form and that seems to have resolve the issue:

    span.form-checkbox-item {

      width: 325px !important;

      max-width: 325px !important;

    }

    Please check the screenshot below:

    How do I widen my checkbox column? Image 1 Screenshot 20

    Hope this helps.

    Do get back to us if you have any questions.

    Thank you!