How to increase the column width of the matrix radio button cell?

  • SumSolTrain
    Asked on January 16, 2015 at 4:56 AM

    How to increase the column width of the matrix radio button cell? Image 1 Screenshot 30

    I have to add the different column names showed in the matrix figure  , so that i need to increase the width of the radiobutton cell of this matrix 3.7  only how it is possible?

     instead of this  How to increase the column width of the matrix radio button cell? Image 2 Screenshot 41

     http://www.jotform.com//?formID=50123413758955

  • Ashwin JotForm Support
    Replied on January 16, 2015 at 7:06 AM

    Hello swapna_summit,

    Please inject the following custom css code to increate the column width of your matrix field "3.7":

    #id_785 .form-matrix-values .form-radio {

    width: 50px;

    }

    The following guide should help you inject custom css code in form:  http://www.jotform.com/help/75-Customize-your-Form-using-Custom-CSS-Codes 

    Hope this helps.

    Do get back to us if you have any questions.

    Thank you!