How to properly align the form when viewed on mobile?

  • craftlabph
    Asked on November 17, 2017 at 10:01 PM

    I would like to ask why is the form not responsively aligned in the middle? And why some of the labels overlap outside the form?

    Jotform Thread 1302031 Screenshot
  • Nik_C
    Replied on November 18, 2017 at 5:14 AM

    I inserted this line of code in your Custom CSS Field:

    .form-all{

      margin:auto!important;

    }

    Please check now and let us know how it worked.

    1510999989Screen Shot 2017 11 18 at 11 Screenshot 10

    Thank you!

  • craftlabph
    Replied on November 18, 2017 at 6:00 PM

    It worked! Thanks Nik_C!