How to increase the width of the Input table fields?

  • krahsloop
    Asked on May 2, 2017 at 1:30 AM

    Hi, I'm trying to make my survey tables wider overall, and specifically the questions on the left.  As you'll notice they are currently all squished up; the goal is to have the questions (Two-Story, etc) on a single line as much possible.

    Also, is there a way to add vertical padding between the survey fields?  Again they are flush one right after the other, and I can't seem to find anything to add padding between the survey fields, only the option to add padding between questions.

    Thanks so much for your time and insight!

    Jotform Thread 1133616 Screenshot
  • Nik_C
    Replied on May 2, 2017 at 2:48 AM

    Could you please try inserting the below CSS in your Custom CSS field:

    .form-matrix-column-headers

    {

    width:120px!important;

    }

    .form-matrix-row-headers {

        width:180px!important;

    }

    Your tables should look like this:

    How to increase the width of the Input table fields? Image 1 Screenshot 20

    You can change the above numbers (in green) if you want to increase/decrease the width more.

    Let us know if you have any further questions, we'll be glad to help.

    Thank you!