How do I make columns wider on the table input field

  • spir
    Asked on November 24, 2017 at 4:37 PM
  • jonathan
    Replied on November 24, 2017 at 5:27 PM

    set first the Input table width to 650px

    1511562215zzz 2017 11 25 06 Screenshot 10

    and add this CSS codes (replace what you have)



    .form-matrix-table {

        max-width : initial !important;

    }


    table.form-matrix-table th:first-child {

        width : 20% !important;

    }


    Let us know if this did not work.


  • jonathan
    Replied on November 24, 2017 at 5:43 PM

    You can see it on my test form https://form.jotform.com/73276419763971


  • spir
    Replied on December 2, 2017 at 9:43 PM
    THANK YOU!
    ...