Button not respsonsive on mobile

  • Deibler
    Asked on June 6, 2016 at 4:51 PM

    I sent it a previous question, please ignore! I figured it out :)

    One thing, I did notice on my iphone 6 (safari) the button is not responsive. The button just shows "get".

    Jotform Thread 854762 Screenshot
  • David JotForm Support Manager
    Replied on June 6, 2016 at 8:44 PM

    Go to the edit mode of your form, and please do the following:

    1) Select your submit button, click on it's gear icon, and click on Shrink.

    Button not respsonsive on mobile Image 1 Screenshot 30

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

    #id_2{

        margin-left: 32%;

    }

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

    #id_2 {

        margin-left: 0% !important;

    }

    }

    Result: https://form.jotform.com/61577881359976 

    Button not respsonsive on mobile Image 2 Screenshot 41

    Let us know if you need more help, we will be glad to assist you.