How to adjust width of textboxes in Matrix field?

  • ToniaJensen
    Asked on November 3, 2016 at 12:13 AM

    I would like to adjust each text boxes inside of the Matrix to different size. The first box a little bit bigger and the other 2 a little smaller. How to do that?

    Jotform Thread 980467 Screenshot
  • Nik_C
    Replied on November 3, 2016 at 7:03 AM

    Thank you for contacting our Support.

    Please try to copy the below CSS in you Custom CSS field:

    #input_97_0_0 {

    width : 200px;

    }

    That will extend your first field and it will look like this after:

    How to adjust width of textboxes in Matrix field? Image 1 Screenshot 20

    Please let us know if you have further questions.

    Thank you!