How Can I change the width of one of the columns in my input table?

  • marraiz
    Asked on September 15, 2017 at 2:15 PM

    Can you please let me know how to change the width of the first column in my input table? Please see form below.

    https://form.jotform.com/72574944384973

     

    Thanks,

    Maria Arraiz

  • aubreybourke
    Replied on September 15, 2017 at 5:25 PM

    Yes its possible to change the width of the matrix row headers. I have also adjusted the width of the matrix values. Here's a screenshot:

    How Can  I  change the width of one of the columns in my input table? Image 1 Screenshot 20

    And here is the CSS code you can modify as you like, and inject into your form.

    .form-matrix-row-headers {
        min-width : 300px !important;
    }

    .form-matrix-values {
        min-width : 50px !important;
    }

    How to Inject Custom CSS Codes 

  • marraiz
    Replied on September 15, 2017 at 5:43 PM
    Thank you so much for your help! I really appreciate it.
    Best,
    Maria
    ...