Shopify themes, liquid, logos, and UX
I would like to enter my logo centered and "enter password" centered below the logo on my Password page with the Craft theme.
I've tried several methods and was able to get my logo centered, but not the "enter password" centered and below it.
Solved! Go to the solution
This is an accepted solution.
Hey @ClayMaker
1: Go to Online Store -> Theme -> Edit code.
2: Search for section-password.css
3: Paste the below code at the bottom of the file -> Save
@media only screen and (min-width: 750px) {
#shopify-section-main-password-header .password-header {
display: flex;
}
}
You should see the result like this:
Hello @ClayMaker
Thank you for submitting your query to the Shopify community. I’d be happy to assist you. Could you please provide the store URL and password (if it’s password-protected) so I can review and get back to you with an update?
beautifuldayclay.com/password
pw: setayl
This is an accepted solution.
Hey @ClayMaker
1: Go to Online Store -> Theme -> Edit code.
2: Search for section-password.css
3: Paste the below code at the bottom of the file -> Save
@media only screen and (min-width: 750px) {
#shopify-section-main-password-header .password-header {
display: flex;
}
}
You should see the result like this:
Perfect and thank you so much!!
Anytime, glad I could help! 🙂
Hey Community 👋 Did you know that March 15th is National Everything You Think Is W...
By JasonH Apr 1, 2025Discover how to increase the efficiency of commerce operations with Shopify Academy's l...
By Jacqui Mar 26, 2025Shopify and our financial partners regularly review and update verification requiremen...
By Jacqui Mar 14, 2025