how can i adjust the cell width

  • capconnect
    Asked on January 31, 2018 at 5:06 PM
  • David JotForm Support
    Replied on January 31, 2018 at 6:54 PM

    If you are trying to adjust the width of input table cells, add the following code to your form:

    https://www.jotform.com/help/117-How-to-Inject-Custom-CSS-Codes

    .form-matrix-column-headers

    {

    width:120px!important;

    }

    If there is something else you are looking for, let us know and we will be happy to help.