Submit button text is not centered after editing form in Form Designer

  • ocochard
    Asked on October 23, 2014 at 12:11 PM

    Hi,

    Since I tried the new designer, I have an issue with a form button. The text on the button will not be centered anymore.

    Check the attached screenshot as how it shows up on Firefox, Safari and Chrome.

    Any help appreciated as this was fine before...

    BR,

    ocochard

    Jotform Thread 448033 Screenshot
  • Mike_T Jotform Support
    Replied on October 23, 2014 at 3:24 PM

    Please open the form in Designer and add an !important directive to the padding property of the form submit button.

    /*--form submit button style--*/

    .form-submit-button {

        padding : 0 20px !important;

        height : 32px;

        line-height : 32px;

        border : 1px solid #9B171D;

        background : #DF1E26;

        color : #fff;

        cursor : pointer;

        text-align : center;

    }

    Submit button text is not centered after editing form in Form Designer Image 1 Screenshot 20

    If you need any further assistance, please let us know. Thank you.