-
wolfpaw69Asked on July 14, 2025 at 9:56 PM
I've got multiple columns that I want to spread out so the words will fit. Not sure how to do that.
Page URL: https://form.jotform.com/82875205960160 -
Ravi JotForm SupportReplied 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.
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.
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.
-
wolfpaw69Replied 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.
-
Christopher JotForm SupportReplied 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.
Result:
Give it a try and let us know how it goes.
-
wolfpaw69Replied on July 15, 2025 at 1:36 PM
Thanks it worked.