First field missing on mobile and tablet

  • joomlatraining
    Asked on August 4, 2015 at 5:24 AM

    Hello

    I have a course registration form. The first required field "Course Date" is missing on mobile devices but showing on desktop. Please see attached.

    Any ideas how this can be rectified?

     

    Regards

     

     

    Patrick

    Jotform Thread 627678 Screenshot
  • Jan
    Replied on August 4, 2015 at 10:58 AM

    I was able to replicate your issue just by re-sizing the browser. It should be fixed by inserting this custom CSS code:

    .jotform-form {

        padding: 90px 0 !important;

    }

    Here's a guide on how to inject custom CSS. Hope this helps. Thank you.