Input Table : how do I make a column wider?

  • jferrazano
    Asked on June 2, 2020 at 5:28 PM

    the far right column is very thin and i need it wider for people to type

    Jotform Thread 2363624 Screenshot
  • Niko_N
    Replied on June 2, 2020 at 5:56 PM

    Greetings,

    Could you please try to inject this custom CSS code given below:


    .form-matrix-table {

    max-width: 100% !important;

    }

    tr th:first-child{

    width: 50%;

    }

    tr th:nth-child(2){

    width: 8%;

    }

    tr th:nth-child(3){

    width: 8%; 

    }

    tr th:nth-child(4){

    width: 34%; 

    }

    Related Guide: https://www.jotform.com/help/117-How-to-Inject-Custom-CSS-Codes

    Please give a try and let us know if the issue still persists.

    Thank you in advance!

  • jferrazano
    Replied on June 3, 2020 at 12:28 PM
    worked great!
    Thanks.
    ...