How to increase or decrease the width of columns?

  • andradoncahotmailcom
    Asked on April 20, 2015 at 1:58 PM

    COMO AUMENTAR OU DIMINUIR A LARGURAS DAS COLUNAS

     

    http://www.jotformz.com/form/51013634991655

  • Kiran Support Team Lead
    Replied on April 20, 2015 at 2:54 PM

    I understand that you want to adjust the width of the columns in the matrix field on your JotForm. Please inject the following CSS code to your JotForm to adjust the input field width of matrix : 

    .form-matrix-values .form-number-input {

    width : 100px !important;

    }

    You may change the width size as per your requirement on your JotForm.

    Hope this information helps!!!