Same size matrix table

  • tiffanymerriman
    Asked on August 18, 2016 at 1:54 PM
  • BJoanna
    Replied on August 18, 2016 at 3:36 PM

    If I understood you correctly, you want that matrix tables inside of your form to have same size. 

    Is this the form you are working on https://www.jotform.com/61849553462161? I see that tables are similar.

    Same size matrix table Image 1 Screenshot 30

    You can make them same by adding this CSS code to your form: 

    td.form-matrix-values {

        width: 20px!important;

    }

    How to Inject Custom CSS Codes

    After you add this code your form will look like this.

    Same size matrix table Image 2 Screenshot 41

    Here is my form, with mentioned CSS code: https://form.jotform.com/62306472469965 

    Feel free to clone it.

    Hope this will help. Let us know if you need further assistance. 

  • tiffanymerriman
    Replied on August 18, 2016 at 5:54 PM

    Yes! Thank you! I thought that I was simply doing a help search otherwise I would have worded my question better!