Input Table in form not showing in mobile device

  • WorldFuturity
    Asked on March 22, 2019 at 1:16 PM

    I cannot get my whole Input Table to show up on my form.


    https://www.worldfuturity.com/host-an-event 


    It works in the desktop version, but not on a mobile device.  What settings can I work with?


  • Alan_D
    Replied on March 22, 2019 at 7:30 PM

    Please inject this code into your CSS.

    @media (max-width: 640px) {
      .form-line-column {
    white-space: normal !important;
    }
     .form-matrix-row-headers,
     .form-matrix-column-headers {
       max-width: 50px !important;
       text-align: center;
     }
    }
    You can set the width of inputs with this value.
    Input Table in form not showing in mobile device Image 1 Screenshot 30
    Paste here.
    Input Table in form not showing in mobile device Image 2 Screenshot 41
    This is the result:
    Input Table in form not showing in mobile device Image 52