Submit button not visible on mobile view

  • aricurn
    Asked on October 15, 2017 at 6:23 AM

    I have added in 2 new online jotforms to a veterinary site. The forms view perfectly on laptop view right to the bottom with submit button visible. but not on mobile view. I have tried adding them in as various embeds - even iframe and changing height pixels but still cannot get the submit button to show

    Jotform Thread 1273564 Screenshot
  • Elton Support Team Lead
    Replied on October 15, 2017 at 9:14 AM

     Please inject this CSS codes to your form. This might fix it.

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

    .form-all {padding-bottom: 120px !important;}

    }

    Guide: http://www.jotform.com/help/117-How-to-Inject-Custom-CSS-Codes

    Please let us know how this goes.

    Thanks

  • aricurn
    Replied on October 15, 2017 at 9:32 AM

    Perfect - many thanks for such a quick reply - that has sorted it - very happy:)