Question label is not displaying correctly in mobile device.

  • lritter
    Asked on March 29, 2019 at 10:31 AM

    Notice the overlap (red box). I have the mobile widget on this survey, but some parts do not appear correctly. 

    1553869850iPhone screen shot2 Screenshot 10


  • Ashwin JotForm Support
    Replied on March 29, 2019 at 1:17 PM

    I have injected the following custom css code in your form:

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

    .form-label {

        width: 100% !important;

        height: auto !important;

    }

    }

    Please test your form and get back to us if the issue persists.

  • lritter
    Replied on April 1, 2019 at 10:26 AM

    Thank you Ashwin. This worked!