Could you please send the CSS so I can set the width of column 1 for all my input tables?

  • nicola179
    Asked on November 3, 2021 at 5:45 PM

    1635975878 618302c6b944d  Screenshot 10

  • Sonnyfer JotForm Support
    Replied on November 3, 2021 at 10:07 PM

    Hi there - Are you working on this form? https://www.jotform.com/213065912639862. Kindly allow me some time to run some tests on my end. I will be back shortly.

  • Sonnyfer JotForm Support
    Replied on November 3, 2021 at 10:09 PM

    Thanks for patiently waiting. Kindly inject the below CSS code into your form. Note that you can still change the width to your liking.

    #cid_18 th.form-matrix-th, #cid_20 th.form-matrix-th, #cid_21 th.form-matrix-th, #cid_22 th.form-matrix-th, #cid_23 th.form-matrix-th, #cid_24 th.form-matrix-th, #cid_25 th.form-matrix-th, #cid_26 th.form-matrix-th, #cid_27 th.form-matrix-th {
      width : 300px;
    }

    Guide: How-to-Inject-Custom-CSS-Codes

    Result:

    1635991748 618340c49ca36  Screenshot 10

    Let us know if you need further assistance.

  • nicola179
    Replied on November 3, 2021 at 10:21 PM

    That is awesome, thanks so much for your help!