How to change the cell width?

  • abcmanagement
    Asked on June 20, 2016 at 10:43 PM

    https://www.jotform.com//?formID=32588273961970

     

    In the both matric table, The contact number column is narrow, not enough to put phone number, Plese show me how to wide the mxtrix column.

     

    Thanks.

     

  • David JotForm Support Manager
    Replied on June 20, 2016 at 11:05 PM

    Simply load the form in your browser, and then do an inspect element to get the id of each box:

    How to change the cell width? Image 1 Screenshot 30

    And create a CSS code like the following to increase the width(you can inject the provided code to your form: http://www.jotform.com/help/117-How-to-Inject-Custom-CSS-Codes):

    #input_14_0_3,#input_14_1_3{

        width: 150px !important;

    }

    Result:

    How to change the cell width? Image 2 Screenshot 41

    Let us know if you need more help.

  • abcmanagement
    Replied on June 21, 2016 at 3:22 PM

    I do not understand. Can you just wide the contact number in both matrix for me? Thanks.

  • David JotForm Support Manager
    Replied on June 21, 2016 at 5:57 PM

    I have increased the width on both matrix fields as requested. How to change the cell width? Image 1 Screenshot 20

    Let us know if you need more help.