-
Bo Bergstrom | OGxAsked on March 29, 2024 at 11:29 PM
How do you make the columns wider?
-
Marehlene_BReplied on March 29, 2024 at 11:53 PM
Hi Bo,
Thanks for reaching out to Jotform Support. You can insert the codes below in the widget. Let me show you how:
/*Increase the Width for Spreadsheet Column - 13416321*/
.A {
width: 200px;
}
- In Form Builder, click the Spreadsheet widget's Wand icon.
- Go to Custom CSS tab.
- Paste the codes in the textarea
You can replicate the code for the second column. Simply substitute the letter in the code example for column 2, it will be letter B, and if you add a column 3, it will be C.
Give it a try and let us know if you have any other questions.