looks different on mobile devices

  • supersnapz
    Asked on October 19, 2015 at 8:45 AM

    hey my form:

     

    http://www.supersnapz.com/contact.html

     

    looks fine on when viewing it on a computer.  But i've looked at it on my iPhone and iPads and it looks either a lot longer and wider than the original, or else the bottom of the form is cut off (iPad mini and air)

    I used iframe to embed it as I build my website using Everweb

  • beril JotForm UI Developer
    Replied on October 19, 2015 at 11:01 AM

    Hi,

    You need to make your form Responsive. It is possible with JotForm.

    Please check the user guide on how to make forms mobile responsive

    In addition to that, if it doesn't work, please add the code below to your CSS.

    /*-----------RESPONSIVE LAYOUT-----------*/

     

    .form-line.form-line-column {

    width: 100% !important;

    margin-left:0

    }

    .form-line{

    width: 100%;    

    }

    .form-textarea,

    .form-textbox,

    .form-dropdown{

    width: 100% !important;

    -webkit-box-sizing: border-box;

    -moz-box-sizing: border-box;

    box-sizing: border-box;

    }

    .form-label-left, .form-label-right{

    width: auto !important;

    }

    .form-buttons-wrapper{

    margin-left:0 !important;

    }

    .form-input {

    width: 100% !important;

    }

    .form-all{

    width: 75% !important;

    }

    .form-sub-label-container {

    width: 100% !important;

    display: block  !important;

     

    }

    Here is how to do this:

    1) Click on Setup & Embed.

    looks different on mobile devices Image 1 Screenshot 60

     

     

    2) Click on Designer.

    looks different on mobile devices Image 2 Screenshot 71

     

    3) Click on CSS.

    looks different on mobile devices Image 3 Screenshot 82

     

    4) Copy & paste the code above to CSS.

    looks different on mobile devices Image 4 Screenshot 93

    5) Click on Save button.

    looks different on mobile devices Image 5 Screenshot 104

    If you have any question or issues, please do not hesitate contacting us. We will be glad to assist you.