how can I line up the submit button word so it aligns with the other labels?

  • PatriceTipoki
    Asked on October 23, 2014 at 6:58 AM
    how can I line up the submit button word so it aligns with the other labels?
  • raul
    Replied on October 23, 2014 at 11:23 AM

    Hello,

    Do you mean that you want to move the "Submit" text to the left?

    how can I line up the submit button word so it aligns with the other labels? Image 1 Screenshot 20

    If this is the case, please try to inject the following CSS code:

    .form-submit-button { text-align: left !important; }

    This code should move the Submit text to the left.

    Please let us know if you need further assistance.

    Thanks.