Why is my submit button not centred?

  • stringtheorist
    Asked on June 26, 2016 at 5:28 AM

    I have tried repeatedly to edit the layout (and font style) for this button but my changes don't seem to stick. Why is it not centred?

    https://eu.jotform.com//?formID=52683607053355

  • flashim
    Replied on June 26, 2016 at 7:25 AM

    Please try with the following CSS 

    Steps 1:

     

    Click on the designer button

    Why is my submit button not centred? Image 1 Screenshot 30

    Step 2. 

    Click on the CSS tab and add

    .form-submit-button {

        margin-right : auto;

    }

    Why is my submit button not centred? Image 2 Screenshot 41

    Let us know if this helps. 

     

     

  • Carina
    Replied on June 26, 2016 at 9:53 AM

    I checked and your submit button had a margin-right of 150px. I removed it. 

    You can test and clone the demo form:  

    https://form.jotform.com/61774037581965 

    Let us know if we can assist you further.