How to change the different matrices with same width

  • SumSolTrain
    Asked on December 2, 2014 at 10:13 AM

    Hi 

    In this form the with id_654

    id_21       these  2 matrix width have to be allign in same width and 

     

    id_23

    id_29 these matrix should allign with same width also.

     

    I have injected css , not worked

     

  • Ashwin JotForm Support
    Replied on December 2, 2014 at 11:25 AM

    Hello swapna_summit,

    Please inject the following custom css code in your form and see if that solves your problem:

    #cid_654 .form-matrix-table {

    width: 356px !important;

    }

    #cid_23 .form-matrix-table {

    width: 626px !important;

    }

    The following guide should help you on how to inject custom css code:  http://www.jotform.com/help/117-How-to-Inject-Custom-CSS-Codes 

    Do get back to us if the issue persists.

    Thank you!