How can I make the choice matrix table wider?

  • sp4i6
    Asked on May 31, 2017 at 8:15 PM

    https://form.jotformpro.com/70607864610961

    On the 2nd page (select any "I am a" to continue)

    how do I make the entire choice matrix table wider?

    THanks

  • Chriistian Jotform Support
    Replied on May 31, 2017 at 10:18 PM

    To make the Matrix Table wider, please inject this custom CSS on your form:

    table.form-matrix-table {
     
        width: 700px!important;
     
    }
     
    Here's the guide on How to Inject Custom CSS Codes.
     
    Result:
     
    How can I make the choice matrix table wider? Image 1 Screenshot 20
     
    Cheers.
  • sp4i6
    Replied on May 31, 2017 at 11:06 PM

    Thanks!