Submit Button: How to Center Align Instead of Right Align

  • Profile Image
    esupport.tw
    Asked on April 21, 2026 at 9:02 AM

    Hi Jotform Support,

    Our form’s Submit button is always aligned to the right.

    How can we center it?

    Is there a built-in setting, or do we need to use custom CSS?

    Thanks,

  • Profile Image
    Mikhail JotForm Support
    Replied on April 21, 2026 at 9:29 AM

    Hi esupport.tw,

    Thanks for reaching out to Jotform Support. You can easily center your Submit Button by Injecting CSS Codes into your form. Let me walk you through it:

    1. First, copy this code:

    .form-buttons-wrapper{
        justify-content: center;
    }

    2. In Form Builder, click on the Paint Roller icon on the right side of the page to open Form Designer.

    3. Now, in the Form Designer menu, click on the Styles tab, scroll down and paste the code into the Inject CSS Code box. That’s it. The code is automatically saved.  
Submit Button: How to Center Align Instead of Right Align
Image-1

    Give it a try and let us know how it goes.

Your Reply