How can I make the text boxes in my table bigger?

  • MikalaSykes
    Asked on November 1, 2017 at 9:33 PM

    Hello,

    I have setup a table (screenshot included) where I require written text for each column.


    I need a wider box to enter the text and I was wondering how I make the box wider? 

    Many thanks,

    Mikala :)

    Jotform Thread 1288267 Screenshot
  • MikalaSykes
    Replied on November 2, 2017 at 6:14 PM

    Hi,


    Thank you for your reply! When I go to change the input width values the text boxes for my table do not change, only the written text. 


    Am I doing something wrong?


    Thanks,

    Mikala

  • jonathan
    Replied on November 2, 2017 at 8:45 PM

    Please add the next CSS codes to your form to make the input boxes wider.

    #id_15 .form-matrix-values .form-textbox {

    width: 150px !important;

    }

    1509669939zzz 2017 11 03 08 Screenshot 10

    Let us know if you need further assistance.