How can I change the font size of the Matrix Dynamique Widget?

  • mustphoto
    Asked on April 30, 2014 at 10:38 AM

    I need to fit my table on the form and I would like to decrease the font size of the columns. Is this possible?

    Jotform Thread 369853 Screenshot
  • KadeJM
    Replied on April 30, 2014 at 11:18 AM

    I see you are using our Matrix Dynamique Widget. You can adjust the font size of your matrix by changing it inside the widget's wizard under Custom CSS.

     

    Example Code:

    table>thead>tr th { color: green;font-size: 10px;padding:10px }

     

    Result:

    How can I change the font size of the Matrix Dynamique Widget? Image 1 Screenshot 20

  • mustphoto
    Replied on April 30, 2014 at 11:31 AM

    Thank you very much!