Input table is not appearing correctly on mobile view

  • Sybares
    Asked on April 24, 2019 at 11:38 AM
    On this form here http://forms.sybares.com/82891783262366, something annoying happens when you apply via a mobile: when the Input Table #input_359 (title Rythme des services (semaine) ) has not every row completed, the mobile users can not validate their form, because the preview button doesn't function. 
  • Nik_C
    Replied on April 24, 2019 at 2:04 PM

    Please try inserting the below CSS:

    th.form-matrix-column-headers {

        min-width: 35px;

    }

    To your custom CSS field.

    It should be working like this:

    1556128962Screen Shot 2019 04 24 at 8 Screenshot 10

    Let us know how it worked.

    Thank you!