How do I get the text next to the form check boxes to extend across the width of the form?

  • gvltec
    Asked on February 10, 2015 at 7:06 PM
  • Ashwin JotForm Support
    Replied on February 10, 2015 at 11:36 PM

    Hello gvltec,

    Please inject the following custom css code in your form to increase the width of the checkbox question:

    .form-checkbox-item {

    width: 600px !important;

    max-width: 600px !important;

    }

    The following guide should help you on how to inject custom css code in form:  https://www.jotform.com/help/117-How-to-Inject-Custom-CSS-Codes 

    I have gone ahead and already did the changes in your. Please check the screenshot below:

    How do I get the text next to the form check boxes to extend across the width of the form? Image 1 Screenshot 20

    Hope this helps.

    Do get back to us if you need any other changes.

    Thank you!