Matrix field textbox size

  • stageit
    Asked on November 20, 2015 at 8:34 AM

    Hello,

     

    Can somebody provide me with an answer to make the textboxes smaller, so that it will match the text on the label that is above it?

     

    Thanks in advance,

     

    Owen

    Jotform Thread 708640 Screenshot
  • Welvin Support Team Lead
    Replied on November 20, 2015 at 9:32 AM

    Hi Owen,

    You can inject the following custom CSS codes to your form:

    #input_86_0_0, #input_86_0_1, #input_86_0_2, #input_86_0_3, #input_86_1_0, #input_86_1_1, #input_86_1_2, #input_86_1_3 {

        width: 50px !important;

    }

    Change the value to your desired width. Here's how to inject the codes: http://www.jotform.com/help/117-How-to-Inject-Custom-CSS-Codes.

    Thanks

  • stageit
    Replied on November 20, 2015 at 9:48 AM

    Thank you!