Is there a way to align the matrix rows?

  • adminhr
    Asked on April 14, 2016 at 12:17 AM
    One last Q, is there a way to align the matrix rows? For example in your example the process based and output based, for both to occupy the entire width of the form?
  • Chriistian Jotform Support
    Replied on April 14, 2016 at 12:20 AM

    It is possible to align the matrix rows by injecting custom css. Could you please share us your form link here so that we can provide you CSS code to style the Matrix table in your form? We will be waiting for your response. Regards.

  • adminhr
    Replied on April 14, 2016 at 3:01 AM

    This is the form link: https://form.jotform.me/61037223014440

    I will have to make 4 more forms with different targets and weights so I would like to know if the CSS code that you will create will work on the similar form.

    Thanks Chriistian.

  • Chriistian Jotform Support
    Replied on April 14, 2016 at 4:25 AM

    Please inject the custom css below to align the matrix rows properly.

    .form-matrix-table {

        width: 100%;

    }

    .form-matrix-values {

        width: 80px;

    }

    You can check out this guide to learn how to inject css: How to Inject Custom CSS Codes

    Is there a way to align the matrix rows?  Image 1 Screenshot 20

    Here's a cloned version of your form so you can see the result of the injected css: https://form.jotform.com/61041714533951 

    This CSS code should also work with forms similar to this one. However, if you do encounter any issues, please let us know and we would be glad to assist you further.
    Regards.

     

  • adminhr
    Replied on April 14, 2016 at 10:21 PM

    Thank you Chriistian.

    I just cloned the forms and able to create the remaining 5.

  • Chriistian Jotform Support
    Replied on April 14, 2016 at 11:42 PM

    You are most welcome. If you have any other concerns, feel free to contact us again. Cheers. :)