How can I have the text display on one line for each choice in the multiple choice question?

  • CHClub
    Asked on April 2, 2019 at 10:09 AM

    I used a template for my form and added a multiple choice question.

    On the builder it displays correctly but on the preview, it wraps text for several lines. I tried to make the form wider but that did not solve the problem. How can I have the text display on one line for each choice?



  • Girish JotForm Support
    Replied on April 2, 2019 at 12:47 PM

    This can be adjusted using CSS code.  Add the following code to your form:

    .form-checkbox-item {

        min-width : 600px;

    }

    Here is how to add CSS custom codes to your form: How-to-Inject-Custom-CSS-Codes