How can I spread out columns in a check box form

  • citynet
    Asked on March 9, 2014 at 2:05 PM

     A long choice such as "Medical Diagnostic Technician" cause the "Technician to go to the line below and throwing off the alignment of the form. How can I widen the column to all for longer entries next to the checkbox?

  • pinoytech
    Replied on March 9, 2014 at 2:11 PM

    Hi,

    You can use and inject custom css in your form to do that.

    Here's the code:

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

    width: 235px !important;

    }

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

    If you need further assistance, please do let us know.

  • citynet
    Replied on March 9, 2014 at 2:30 PM

    ...
  • pinoytech
    Replied on March 9, 2014 at 3:11 PM

    Hi,

    For some reasons your response came out empty. Request you to please post it again using this link: http://www.jotform.com/answers/344235

    Thanks!