Can you make the Matrix columns width even?

  • Swoodruff2002
    Asked on June 10, 2015 at 12:08 PM
    Can you make the Matrix columns even width?
  • Mike_G JotForm Support
    Replied on June 10, 2015 at 1:51 PM

    You can add the CSS codes below: 

    .form-matrix-column-headers, form-matrix-values{

    width: 80px !important;

    }

    Using this guide: How-to-Inject-Custom-CSS-Codes

    I hope this helps. Let us know if you need further assistance. Thank you.