How do I center the form in my page?

  • SIAsite
    Asked on March 27, 2017 at 12:49 PM

    Where can I change the settings for the form to be centered in the page.

  • Jan
    Replied on March 27, 2017 at 3:10 PM

    I checked this form (https://www.jotform.ca/form/70716400553247) and I was able to replicate the issue. Please try to inject this custom CSS:

    .form-all {
    float: none !important;
    }

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

    How do I center the form in my page? Image 1 Screenshot 20

    Hope that helps. Thank you.