The form is not responsive

  • AvicennaAcademy
    Asked on October 21, 2015 at 1:47 PM

    Hi, 

    I built a form and put the mobile responsive widget on it, but now when I open it in mobile devices, is not responsive.

    Could you please fix this problem for me or tell me the best way for that.

  • Mike
    Replied on October 21, 2015 at 3:15 PM

    It looks like that there is no form with 19582038673914 ID in our system at the moment. Could you please provide a new form ID, or a direct form link?

    Thank you.

  • ipcfix
    Replied on October 21, 2015 at 4:00 PM

    Thanks for your help. 

    https://form.jotform.com/52569105689164

  • Mike
    Replied on October 21, 2015 at 5:25 PM

    There is an issue on mobile form caused by custom CSS.

    The form is not responsive Image 1 Screenshot 30

    Please try adding the next CSS and then re-check the form.

    @media only screen and (max-device-width: 550px){
    .form-all {
    width : 100% !important;
    }

    .form-section.page-section {
    width : 100% !important;
    height: auto !important;
    }
    }

    The form is not responsive Image 2 Screenshot 41