I am not able to increase the width of my row header in the input table?

  • diveshbidhuri
    Asked on October 8, 2017 at 12:08 AM

    Question 12 has the errors.

     

    It was working perfectly in both build and preview earlier.

     

    Now it doesn't work and appear as it is supposed in both the build and preview mode.

     

    I havent used much CSS in this form. I tried to use CSS for matrix form row header width but it did not work.

     

    I would appreciate your help.

    Jotform Thread 1267516 Screenshot
  • Support_Management Jotform Support
    Replied on October 8, 2017 at 4:42 AM

    I saw the CSS codes you tried and it appears to be malformed. Please remove the codes from LINE #23 to LINE #27.

    I am not able to increase the width of my row header in the input table? Image 1 Screenshot 30

    Afterwards, add the following CSS codes to specifically target the Input Table on Question 12:

    #cid_71 .form-matrix-row-headers {

        white-space: normal;

        min-width: 400px !important;

    }

    (I used 400px since that's the width you tried on your previous code)

    Result:

    I am not able to increase the width of my row header in the input table? Image 2 Screenshot 41