Centering submit button with image

  • plungefetish1
    Asked on September 12, 2019 at 1:27 AM

    I have a submit button that is an image I uploaded.   It will not center on the form and it has a white ring around the back side. 

    How do I center it and remove the white ring?


    https://form.jotform.com/922634855681661568266010submit Screenshot 10

    Jotform Thread 1961199 Screenshot
  • Ashwin JotForm Support
    Replied on September 12, 2019 at 2:14 AM

    Please inject the following custom css code in your form and that will solve your problem:

    button#input_310 {

        border: none !important;

        width: 100% !important;

    }

    #cid_310 .form-buttons-wrapper {

        text-align: center !important;

    }

    The following guide should help you how to inject custom css css code in form: https://www.jotform.com/help/117-How-to-Inject-Custom-CSS-Codes 

    Hope this helps.

    Do get back to us if you have any questions.