How to make form mobile responsive?

  • sergesan
    Asked on April 25, 2019 at 9:53 PM

    i am using the wild forest theme and its no showing right on my iphone ..I use both the  safarri and chrome browser  still not working right on my iphone ..included the link to the form and screen shot from my iphone. I tried othes forms from account in my phone and it is working right except this one ..please help

    Jotform Thread 1804566 Screenshot
  • sergesan
    Replied on April 25, 2019 at 9:55 PM

    I already  try the "mobile responsive" widget  still not working /not responsive

  • Richie JotForm Support
    Replied on April 26, 2019 at 1:26 AM

    I have checked your form using my iPhone 7 and it seems to mobile responsive.

    How to make form mobile responsive? Image 1 Screenshot 20

    You may try adding this custom CSS in your form.


    @media (max-width: 480px){
      .form-all{
      width: 100%;
     
    }
    }

    Guide:https://www.jotform.com/help/117-How-to-Inject-Custom-CSS-Codes

    Let us know if the issue still remains.