Customizing the Matrix Table width and overall size

  • lb@moonda.com
    Asked on March 3, 2015 at 9:45 AM

    Hi,

    Everytime I bring in a new matrix table its really small. I try to change the width but it doesn't do anything. I have tried opening a new blank form, adding a matrix table and changing the width and it works why isn't it working in my form?

     

    Cheerss

    Jotform Thread 525979 Screenshot
  • Charlie
    Replied on March 3, 2015 at 11:14 AM

    Hi,

    Upon checking your form, it seems that you have already used custom CSS codes in styling it?

    If you would like to change the font-size of the matrix table, you can add these following codes:

    #id_34 {

        font-size : 20px;

    }

    #id_44 {

        font-size : 20px !important;

    }

    #id_29 {

        font-size : 20px !important;

     

    Do let us know if this works.

    Thank you.