Adjusting columns width of input table field

  • metro_forms
    Asked on April 9, 2019 at 4:19 PM

    Hi,


    I am trying to adjust the column width of the list 5 metro meets box. I don't need the date line that long.  Is it possible to adjust that to a smaller box and leave the second column larger, to they can input the meet names which tend to be longer?

  • jonathan
    Replied on April 9, 2019 at 5:51 PM

    You can add this CSS codes in your form to modify the column and header width of the input table field.

    .form-matrix-row-headers{

        width: 100px;

    }

    .form-matrix-values .form-textbox {

    width : 40px;

    }

    th.form-matrix-column-headers.form-matrix-column_0{

    width : 100px !important;

    }

    1554846663zzz 2019 04 10 05 Screenshot 10