My page isn't mobile responsive

  • farmcreditIL
    Asked on January 15, 2016 at 1:52 PM

    I want my form to view correctly on mobile devices. I selected "enable" or "yes" in preferences for responsive form. And I also went into the designer and switched my form from 900px to 600px and changed the header too. It still doesn't look correct (shifted left for the form and some of the fields spill outside of the form on the right side). Can you help me?

    Jotform Thread 746220 Screenshot
  • David JotForm Support Manager
    Replied on January 15, 2016 at 4:45 PM

    Please try injecting the following CSS code as explained on this guide: http://www.jotform.com/help/117-How-to-Inject-Custom-CSS-Codes

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

    .form-textbox,#id_24{

        width: 80% !important;

     }

    }

    Result: https://form.jotform.com/60145935543961

    My page isnt mobile responsive Image 1 Screenshot 20

    Let us know if you need more help, we will be glad to assist you.