My form goes way off the side of the page when using a tablet (Ipad)

  • RafeConnects
    Asked on April 4, 2016 at 6:22 PM

    please help!

     

    www.lawyerconnection.ca

  • Elton Support Team Lead
    Replied on April 4, 2016 at 8:02 PM

    I check your form on a real iPad device and it shows like this. 

    My form goes way off the side of the page when using a tablet (Ipad) Image 1 Screenshot 30

    If this is the problem, please inject this CSS codes to your form. This should fix it.

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

    .form-all{width:100% !important;}

    }

    It should look like this afterwards.

    My form goes way off the side of the page when using a tablet (Ipad) Image 2 Screenshot 41

  • RafeConnects
    Replied on April 5, 2016 at 11:45 PM
    I don't know how to inject Css.
    Here's what I tried to do and it didn't work
    scrolling="no">
    ...
  • Elton Support Team Lead
    Replied on April 6, 2016 at 2:40 AM

    Sorry, I should have provided you the guide.

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

    But there's no need to inject it in your form, I have injected it for your convenience.

    It should be fine by now.

    My form goes way off the side of the page when using a tablet (Ipad) Image 1 Screenshot 20