Form's mobile layout not being respnosive.

  • gregghamil
    Asked on October 17, 2018 at 12:16 PM

    im trying to embed this form on wordpress but in the mobile version is squeezes it down to much and the tablet version is offset, i would like them all to be centered and fit to the screen... can you help please?


    https://www.jotform.com/build/82887487484176 

    Jotform Thread 1613905 Screenshot
  • gregghamil
    Replied on October 17, 2018 at 12:18 PM

     i assume its the padding i put in to center up everything, but what is my solution?

  • DonaldHag
    Replied on October 17, 2018 at 12:53 PM

    Am unable to reproduce this issue on my end. The form seems to be working well on my end. I have done tests on a physical mobile device.

    I have also tested it using the Chrome Developer tools on multiple devices and it seems to be showing as required.

    Did you fix this already?

    If not, please let us know what device you are testing on so we can look into it further.

    1539795189Selection 142 Screenshot 10

  • gregghamil
    Replied on October 17, 2018 at 1:31 PM

    yes i was able to fix most of my issues with the exception to the button at the bottom, it is still offset as you can see in your screen shot of the mobile device.

  • DonaldHag
    Replied on October 17, 2018 at 2:10 PM

    You can shrink the field in the advanced settings for the button. This will make the button smaller enabling it to display correctly on mobile.

    1539799711Selection 144 Screenshot 10

  • gregghamil
    Replied on October 17, 2018 at 3:43 PM
    But I don’t want it shrunk on a desktop view.
    Gregg Hamilton
    713.417.4734
    ...
  • David JotForm Support Manager
    Replied on October 17, 2018 at 5:22 PM

    Please inject the following CSS code: https://www.jotform.com/help/117-How-to-Inject-Custom-CSS-Codes 

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

    .form-submit-button{

        width: 100% !Important;

    }

    }

    Result:

    Forms mobile layout not being respnosive Screenshot 20

  • gregghamil
    Replied on October 17, 2018 at 5:45 PM

    much better thank you!