How can I adjust the column widths on mobile portrait mode?

  • Heckington
    Asked on April 8, 2018 at 2:06 PM

    Hi

    I have a table in a form and it is not showing the correct width of columns when in phone portrait mode.  The columns expand when in every other orientation and display mode.

    Please help , thank you



    Jotform Thread 1438507 Screenshot
  • Support_Management Jotform Support
    Replied on April 8, 2018 at 3:29 PM

    Please remove the CSS codes on LINE 1 on your Form Builder. It appears to be incomplete and may cause issues design-wise.

    How can I adjust the column widths on mobile portrait mode? Image 1 Screenshot 30

    After deleting that line, paste these CSS codes to fix the width of the columns:

    .form-matrix-row-headers {

        width: 0;

    }

    Complete guide: How-to-Inject-Custom-CSS-Codes

    Result:

    How can I adjust the column widths on mobile portrait mode? Image 2 Screenshot 41

  • Heckington
    Replied on April 9, 2018 at 4:26 AM

    Perfect, Thank you!