My form is appears to be falling off the screen to the left. It doesn't look like other forms I've created and I'm not sure how to fix it.

  • ipef
    Asked on January 24, 2018 at 5:36 PM
  • Jan
    Replied on January 24, 2018 at 7:42 PM

    I believe you are referring to this form (https://form.jotform.com/80086773380966).

    In order to fix this, please remove the "width: auto;" declaration under the ".form-all" CSS selector. Here's a screenshot:

    151684060101 25 ghxkp Screenshot 10

    After that, please add this custom CSS code:

    .form-all {
    margin: 0 auto !important;
    }

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

    151684056901 25 1yawp Screenshot 21

    If you want to change the background color to white, let us know.

    Hope that helps. Thank you.