Input table not displaying completely on mobile device.

  • uooalliance
    Asked on September 21, 2019 at 7:59 PM

    I am having trouble with the width of the columns for the mobile view. 

  • AndrewHag
    Replied on September 21, 2019 at 8:07 PM

    Please try the CSS code below:

    @media only screen and (max-width: 480px){

    th.form-matrix-column-headers {

        min-width: auto !important;

    }

    .form-matrix-row-headers{

      width: 70px;

    }

    }

    1569110795The Easiest Online Form Builde Screenshot 10

    Guide: How-to-Inject-Custom-CSS-Codes