Centering the Print Form text

  • prossmann
    Asked on October 7, 2015 at 11:27 AM

    When I add a "Submit" button, and then add the "Print" button option, it allows me to center the word Submit, but it does not allow me to center the word Print on the button.  Is there a way to do that?

    Jotform Thread 677929 Screenshot
  • Jan
    Replied on October 7, 2015 at 2:02 PM

    Please try adding this custom CSS code to your form.

    .form-submit-print img {

       margin: -4px -15px 0 -15px !important;

    }

    Here's a guide on how to inject custom CSS if you need one. The button should look like this.

    Centering the Print Form text Image 1 Screenshot 20

    Hope that works for you. Thank you.