How can I change the question/label column width in form

  • riggsda
    Asked on September 7, 2017 at 1:07 PM

    Hello, I have created a few forms and, when displayed on Apple computers, the question text looks constrained to a very tight width, rather than extending along the width of the form. This looks really poor and extends the length of the form unnecessarily. As you can see in the attached screenshot, there is plenty of room left in the form for the question to extend, and other text isn't similarly constrained. Is there any way to fix this?

    Jotform Thread 1242107 Screenshot
  • Mike
    Replied on September 7, 2017 at 2:43 PM

    One of our colleagues, Elton, wrote a CSS file to reset and improve some form styles, you may try adding it to your form.

    @import url(https://shots.jotform.com/elton/genericTheme.css);

    How can I change the question/label column width in form Image 1 Screenshot 30

    You can also spread the Single Choice items to the multiple columns.

    How can I change the question/label column width in form Image 2 Screenshot 41

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

  • riggsda
    Replied on September 7, 2017 at 4:26 PM

    Mike and Elton,

    Thanks for your help, the code worked great!