How to align the word "Submit" on the submit button?

  • Electude
    Asked on February 26, 2018 at 3:32 PM

    Hi,

    The word Submit is not aligned in the center of the submit button and I cannot fix it.

    Please advise. 

    Thanks,

    Thomas

  • Jed_C
    Replied on February 26, 2018 at 4:47 PM

    Kindly replace the margin and padding value to this:

    margin: 0 6px 20px 6px !important;

    padding: 0 6px 20px 6px !important;

    1519681640margin padding Screenshot 10

    It should look like this:

    1519681578submit center Screenshot 21

    Let me know if you have any questions or if you need further help.