No Submit Button on Mobile

  • offroadnation
    Asked on August 3, 2017 at 4:39 PM

    When customers view this page on any mobile device there is no "Submit" button at the bottom so they cannot submit the form.  It does work on the desktop version. Please advise.

    Jotform Thread 1215500 Screenshot
  • aubreybourke
    Replied on August 3, 2017 at 4:58 PM

    Try adding this CSS code:

    .form-all{
        margin-bottom: 300px !important;
    }

    Here's instructions for you:

    How to Inject Custom CSS Codes