How to make my form responsive?

  • duarte_flavi
    Asked on September 5, 2017 at 6:23 PM
  • Jan
    Replied on September 5, 2017 at 9:15 PM

    Please inject this custom CSS code to fix the issue:

    @media screen and (max-width: 768px) {
    .form-all {
    width: 90% !important;
    margin-left: 15px !important;
    }
    }

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

    How to make my form responsive? Image 1 Screenshot 20

    If you need further help, please let us know. Also, please provide more details about the issue so that we can assist you properly.

    Hope that helps. Thank you.