How to spread out columns in multiple choice check boxes

  • wolfpaw69
    Asked on July 14, 2025 at 9:56 PM

    How to spread out columns in multiple choice check boxes Image 1 Screenshot 20

    I've got multiple columns that I want to spread out so the words will fit. Not sure how to do that.

  • Ravi JotForm Support
    Replied on July 15, 2025 at 1:18 AM

    Hi Edward,

    Thanks for reaching out to Jotform Support. I took a look at your form and noticed that the issue you described only appears while viewing the form in Build mode.

    How to spread out columns in multiple choice check boxes Image 1 Screenshot 30

    When previewing the form in a browser, the issue is not replicable. The options in the multiple-choice field display correctly, with all the words fitting within each line.

    How to spread out columns in multiple choice check boxes Image 2 Screenshot 41

    Go ahead and check on your end and confirm whether the options are displaying properly when the form is viewed live.

    Let us know if you need any further assistance.

  • wolfpaw69
    Replied on July 15, 2025 at 12:17 PM

    You're correct. Now the "Label Alignment" is set to top but it aligning to the left.

    How to spread out columns in multiple choice check boxes Image 1 Screenshot 20

  • Christopher JotForm Support
    Replied on July 15, 2025 at 12:53 PM

    Hi Edward,

    You can fix the Label Alignment by Injecting CSS Codes into your form. Let me walk you through it:

    1. First, copy this code:

    li#id_327 {
        display: block !important;
    }

    2. In Form Builder, click on the Paint Roller icon on the right side of the page to open Form Designer.

    3. Now, in the Form Designer menu, click on the Styles tab, scroll down and paste the code into the Inject CSS Code box. That’s it. The code is automatically saved.

    Update Subtotal Font Size And Color Image 1 Screenshot 30 Screenshot 30How to spread out columns in multiple choice check boxes Image 1 Screenshot 41

    Result:

    How to spread out columns in multiple choice check boxes Image 2 Screenshot 52

    Give it a try and let us know how it goes.

  • wolfpaw69
    Replied on July 15, 2025 at 1:36 PM

    Thanks it worked.