How to change password button position on password page?

How to change password button position on password page?

Hello there @sesh You should login to your Admin, if you go to ‘Online Store > Themes’ and then hit ‘Customize’, you’ll load up your editor. Then, in the small bar that appears across the top middle of your screen, if you type in ‘password’, it will present you with an option to access and edit your password page!
Let me know if this process works fine for you.

There is no option to change the position of my password button to the middle. I need help with the custom code

I want the password button to be In the middle like the reference, where the arrow is pointing

Hi @exprt_dev hope you’re doing well. Happy new year. Are you able to help?

Hi @sesh

Please kindly share with me the store link

Best,

Daisy

I dm you @DaisyVo @are you able to help?

Hi @sesh

To complete your requests, please follow these steps:

  1. Go to Shopify Admin > Online Store > Theme > Customize > Theme Settings > Custom CSS https://prnt.sc/i8ljAMlHJUKl
  2. Paste the code provided into the Custom CSS section.
.password-header > password-modal {
    position: absolute !important;
    top: 50%;
    left: 50%;
}

Here is the result:

I hope this helps

Best,

Daisy