Submit button on form not responsive

  • implantfinders
    Asked on January 3, 2018 at 11:48 AM

    Hi Jotforms,

    My submit button isn't changing when i go to tablet and mobile. I added the mobile responosve widget to the form like suggested in the forum, but nothing changed. Please Help!!

    Jotform Thread 1337590 Screenshot
  • Jan
    Replied on January 3, 2018 at 12:49 PM

    I was able to replicate the issue when I cloned your form. Please inject the CSS code below into your form:

    @media only screen and (max-width: 40em) {
    .form-submit-button, .form-submit-print, .form-submit-reset {
    width: 100% !important;
    }
    }

    Here's a guide on How-to-Inject-Custom-CSS-Codes. Here's the result:

    1515001447sendbuttton Screenshot 10

    Hope that helps. Let us know if you need further assistance. Thank you.

  • implantfinders
    Replied on January 3, 2018 at 12:55 PM

    Hi Jan,

    Yes, that worked. Thanks

  • Jan
    Replied on January 3, 2018 at 1:17 PM

    You are welcome. Glad I can help. If you need any help, please do not hesitate to contact us. Thank you.