Form not displaying properly on mobile.

  • otterbookbinding
    Asked on August 8, 2016 at 7:57 PM

    Hi there,

     

    My form here : https://form.jotformeu.com/60664700072348 is not displaying properly on mobile. When shrunk the left hand side is lost of the side of the page. Can you help?

     

    Thanks

     

    Marcus.

  • Chriistian Jotform Support
    Replied on August 8, 2016 at 11:56 PM

    It appears that the custom code that was inserted to your form is affecting how the form would look on mobile. To resolve this, please inject the custom css code below:

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

    .form-all {

        margin-left: 0;

        margin-top: 0;

        padding: 0 !important;

    }

    }

    Form not displaying properly on mobile Screenshot 20

    Please let us know if you need further assistance.
    Regards.

  • otterbookbinding
    Replied on August 10, 2016 at 8:41 AM

    Ok, problem solved, thanks!

  • Irshad
    Replied on August 10, 2016 at 9:53 AM

    You are welcome. If you need further assistance, feel free to revert back.