Viewing 5 replies - 1 through 5 (of 5 total)
  • I think it’s because of CSS use below CSS to align properly

    .woocommerce .form-row input[type="submit"] {
        margin-top: 2.5%;
        height: auto;
    }
    Thread Starter vshalgupta92

    (@vshalgupta92)

    Hey,
    Thanks for the response.
    Wouldn’t this css code effect all my submit button in my site? I want only “Reset password” button in lost password page to be aligned. Except this all the buttons are aligned.

    Thread Starter vshalgupta92

    (@vshalgupta92)

    I tried the code and it worked.. but in my account page “lost password” option is not in position anymore, it was right under the login button in my account page…
    here is the link : https://www.hindola.com/my-account/

    You can add a class from the body tag to make a style specific to just that page, so:

    .woocommerce-lost-password .woocommerce .form-row input[type="submit"] {
      margin-top: 2.5%;
      height: auto;
    }
    Thread Starter vshalgupta92

    (@vshalgupta92)

    Thank you so much! ??

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Reset password button not in proper position’ is closed to new replies.