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
Hi @exprt_dev hope you’re doing well. Happy new year. Are you able to help?
Hi @sesh
To complete your requests, please follow these steps:
- Go to Shopify Admin > Online Store > Theme > Customize > Theme Settings > Custom CSS https://prnt.sc/i8ljAMlHJUKl
- 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