How can I fix the table in iphone version

  • JW_KH_playacar
    Asked on September 5, 2017 at 2:39 PM

    Hi, As you can see in the attached pic - the fields in the table are too narrow, how can I make this table work better on iphones/smartphones?  Can I make the tables wider.. thanks in advance for your help

    Jotform Thread 1240280 Screenshot
  • Elton Support Team Lead
    Replied on September 5, 2017 at 3:24 PM

    How about removing the first column on mobile, will that help? In your screenshot, that seems to be the culprit. It steals space making the input smaller.

    To do that, inject this CSS code to your form.

    .form-matrix-table tbody tr > th:first-child {

        display: none;

    }

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

    Result:

    How can I fix the table in iphone version  Image 1 Screenshot 20

    If I found another way to make them wider on mobile, I'll let you know.