Increase size of text in Input Table

  • Stephen Beller
    Asked on February 19, 2020 at 10:08 AM

    How do I increase size of text in Input Table?

  • Kevin Support Team Lead
    Replied on February 19, 2020 at 12:13 PM

    It's possible to increase the field's size with the following code: 

    table.form-matrix-table {

        font-size: 20px;

    }

    This guide will help you injecting it: https://www.jotform.com/help/117-How-to-Inject-Custom-CSS-Codes

    I hope this helps.