The form is cutting off in mobile devices.

  • cmarocks
    Asked on February 21, 2017 at 9:14 PM

    I have the same issue-my form is cutting off on mobile devices. My form was created in version 3, but has been migrated I suppose; but now I cannot add the widget nor is the form responsive on my Iphone 7. Thanks for any assistance you can provide us!

    https://form.jotform.com/53077805528966

    The form is cutting off in mobile devices Screenshot 20

  • Chriistian Jotform Support
    Replied on February 22, 2017 at 2:07 AM

    Hi,

    Please inject this custom CSS on your form:

    @media screen and 

    (min-device-width: 1200px) and 

    (max-device-width: 1600px) and 

    (-webkit-min-device-pixel-ratio: 1){ 

    .form{

    width: 98%;

    }

    }

     

    Hope this helps.
    Regards