Failed to center the Submit and Reset button

  • stormingrobots
    Asked on February 6, 2017 at 10:29 AM

     

    https://www.jotform.com/?formID=70208611384148#design

     

    custom css insert the text-align: center does not help; nor the font-variant.

    Failed to center the Submit and Reset button Image 1 Screenshot 20

  • Jan
    Replied on February 6, 2017 at 12:07 PM

    Please try inserting this CSS code in order to align the buttons to center.

    #input_80 {
    margin: 0 auto;
    }

    #input_reset_157 {
    margin: 0 auto;
    }

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

    Failed to center the Submit and Reset button Image 1 Screenshot 20

    Let us know if you have any questions. Thank you.