How can i improve my form for Mobile view?

  • stebrigli
    Asked on February 19, 2020 at 3:55 AM

    Hello , i have a problem with my form when viewing it in mobile.

    In iOS the form is not centered.

    While with Android, using Google Chrome, some of the widgets are hidden, or cut.

    Can you help me with this?


    Thank you

  • Girish JotForm Support
    Replied on February 19, 2020 at 6:25 AM

    Please insert this CSS code into the form to center the form:

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

    .jotform-form .form-all {

    width: 100% ! important;

    }

    }

    RESULT:

    15821115021902 20 Screenshot 10

    Please check and let us know the update.