Form doesn't fit well on iphone

  • omaralraee
    Asked on September 25, 2017 at 3:15 PM

    Hi, I have a problem that my form doesn't fit well on my iphone and there is a space on the right side (please see the attached pic) 

    can you please tell me how to solve this problem?  


    Thank you so much! 

    Jotform Thread 1257253 Screenshot
  • Marvih
    Replied on September 25, 2017 at 4:54 PM

    Please add this on your CSS code.

    @media screen and (max-width: 480px), screen and (max-device-width: 767px) and (orientation: portrait), screen and (max-device-width: 415px) and (orientation: landscape) {

     .form-all {

        border: 0;

        width: 100%!important;

       

      }


    }

    Form doesnt fit well on iphone Image 1 Screenshot 20


    And hit save.

  • omaralraee
    Replied on September 26, 2017 at 8:23 AM

    Thank You So Much!