How do you make the columns wider for Spreadsheet widget?

  • Bo Bergstrom | OGx
    Asked on March 29, 2024 at 11:29 PM

    How do you make the columns wider?

  • Marehlene_B JotForm Support
    Replied 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;
    }
    1. In Form Builder, click the Spreadsheet widget's Wand icon.
    2. Go to Custom CSS tab.
    3. Paste the codes in the textarea

    How do you make the columns wider for Spreadsheet widget? Image 1 Screenshot 20

    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.