Change the size of text box in matrix

  • tdoolittle
    Asked on September 10, 2018 at 4:39 PM

    I have tried using the below CSS provided to others regarding this question, but I can't quite get it right.

    .form-matrix-values +

    .form-matrix-values +

    .form-matrix-values .form-textbox {

    width: 200px;

    }


    On https://form.jotform.com/80815500277151 I would like the "Diagnosis Description" text box under Diagnosis Information for Primary, Secondary and Other to be the same size as "Description" text box under Services Information. 

    Thanks. 

  • jonathan
    Replied on September 10, 2018 at 6:38 PM

    Please try add this CSS codes 


    #id_67 .form-matrix-row-headers + .form-matrix-values .form-textbox {

    width: 200px !important;

    }

    #id_67 .form-matrix-row-headers + .form-matrix-values + .form-matrix-values .form-textbox {

    width: 200px !important;

    }

    1536619067zzz 2018 09 11 06 Screenshot 10