I can’t seem to remove this at all. My website is:
www.no1apparels.com
1 Like
Hey @no1apparels
Follow these Steps:
-
Go to Online Store
-
Edit Code
-
Find password.liquid file
-
Add the following code in the bottom of the file above tag
RESULT:
If I managed to help you then, don’t forget to Like it and Mark it as Solution!
Best Regards,
Moeed
1 Like
Hey @no1apparels this is Qasim a Sr. Shopify Developer.
In order to remove the empty space from the password page please follow these steps.
- Go to Admin Page.
- Click on online Store.
- Find the theme that you want to customize and then click on three dots.
- Click on “Edit Code”.
- In the Edit Code search for “section-password.css” file.
- Go to the end of this css file and paste this code.
@media (min-width: 990px) {
.password-main{
padding-top: 1rem !important;
padding-bottom: 1rem !important;
}
.password-main {
padding-top: 2rem !important;
padding-bottom: 8rem !important;
}
}
If you need more help let me know.
IT WORKED! Thank you so much! ![]()
1 Like
Thank you for your reply. I’m glad to hear that the solution worked well for you. If you require any more help, please don’t hesitate to reach out. If you find this information useful, a Like would be greatly appreciated.
1 Like



