How do I enlarge the text input option in the table input questions

  • metapon
    Asked on May 18, 2017 at 10:42 PM

    Hi!

     

    here is an example: https://www.jotform.com/build/71222251802443

    Go to question: What program to install?

    Right now the text box is less than half the column size which is too small. How do I enlarge the text input option in the table input questions?

    Thanks!

  • Chriistian Jotform Support
    Replied on May 19, 2017 at 2:16 AM

    To enlarge the text inputs in the Input Table, please add this custom CSS on your form:

    #input_58_0_0, #input_58_0_1,

    #input_58_1_0, #input_58_1_1,

    #input_58_2_0, #input_58_2_1, 

    #input_58_3_0, #input_58_3_1, 

    #input_58_4_0, #input_58_4_1

    {

          width: 200px;

    }

     

     

    How do I enlarge the text input option in the table input questions Image 1 Screenshot 20

     

    Please refer to this guide on How to Inject Custom CSS Codes.

    Cheers.