Form fields are not being displayed correctly in mobile device.

  • weennk
    Asked on August 14, 2018 at 4:13 AM

    Good morning

    I have a form created that i use on a PC and Mobile

    Problem is that the field time is not on a nice/good place on mobile.

    How can i change layout on mobile ? ( file attached )

    Kind regards

    Rob Weenink

    Jotform Thread 1552409 Screenshot
  • Ashwin JotForm Support
    Replied on August 14, 2018 at 6:17 AM

    I have injected the following custom css code in form and that seems to have fixed this issue:

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

    .time-dropdown.form-dropdown {

        position: absolute !important;

        width: 100px !important;

    }

    }

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