Form not centered on page

  • worldelitek9
    Asked on March 28, 2024 at 10:39 AM

    Good afternoon. I was fixing my form, and for some reason, the form shifted. So now, when I open it in a new tab, it is not centered. Could you help me fix this?

  • Sidharth JotForm Support
    Replied on March 28, 2024 at 11:00 AM

    Hi Tiffany,

    Thanks for reaching out to Jotform Support. You can fix this with the help of CSS code. Let me show you how:

    1. In Form Builder, click on the Paint Roller icon at the top right corner.
    2. Click on the Styles tab.
    3. Scroll down to the Inject Custom CSS section, and paste the CSS code given below:
    /*Center align form*/
    html.supernova .form-all {
      margin: auto !important;
    }

    Form not centered on page Image 1 Screenshot 30

    That's it. Check out the screenshot below to see the result:

    Form not centered on page Image 2 Screenshot 41

    Give it a try, and let me know if there's anything else I can help you with.

  • worldelitek9
    Replied on March 28, 2024 at 11:45 AM

    Thank you so much it worked! I greatly appreciate your help!