Sort out my submit button

  • CM2008
    Asked on December 31, 2016 at 2:36 PM

    Hello, 

    This is driving me crazy, I have tried. 

    Please can you make my cutton STAY in the middle, in line with the boxes. 

    Jotform Thread 1022697 Screenshot
  • liyam
    Replied on January 1, 2017 at 12:54 AM

    Hello CM2008,

    I checked your CSS injection and found this:

    .form-submit-button {
       margin : 0px 19px 13px 59px;
    }

    To fix this, please replace 59px to 0. So it should be like this:

    .form-submit-button {
       margin : 0px 19px 13px 0px;
    }

    To find how to update/add CSS into your form, please follow the steps from this guide: https://www.jotform.com/help/117-How-to-Inject-Custom-CSS-Codes 

    If you need assistance, please let us know.

    Thanks.

  • CM2008
    Replied on January 1, 2017 at 3:59 AM

    Perfect, thank you.

  • Ashwin JotForm Support
    Replied on January 1, 2017 at 11:17 AM

    Hello CM2008,

    On behalf of my colleague, you are welcome.

    Do get back to us if you have any questions.

    Thank you!