Help with formatting tables

  • dlsnelson
    Asked on June 14, 2020 at 3:39 PM

    Good afternoon, I am having trouble formatting my tables on Page 3 of my form.

    I would like them to be 1/2 the size they are.  I do not know how to code.  I have tried adjusting the size but have not been successful.   I can copy code and place it through Advanced Designer.


    Thank you.

    Jotform Thread 2388188 Screenshot
  • Vick_W Jotform Support
    Replied on June 15, 2020 at 1:57 AM

    Hey there,

    Happy to help you today,

    I'm looking in to this for you and will get back to you shortly.

    Thanks.

  • Vick_W Jotform Support
    Replied on June 15, 2020 at 2:12 AM

    Hi,

    Please inject following CSS code in your form. 

    .form-matrix-table td:nth-of-type(1) input {

        width: 525px !important;

    }

    You can adjust the width value by changing 525px to your desired width.

    Please use following link to see how you can inject CSS in your form.

    https://www.jotform.com/help/117-How-to-Inject-Custom-CSS-Codes

    Let us know if you need further assistance.

    Looking forward to your response.

    Thanks