Password Logo Header and Enter Password Positioning

Solved

Password Logo Header and Enter Password Positioning

ClayMaker
Tourist
3 0 2

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.

Screenshot 2025-03-23 at 08-16-34 Beautiful Day Clay.png

Accepted Solution (1)

CafeDelMar
Shopify Partner
163 36 45

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:

Screenshot_2.png

➡➡   Easy Embed Code   ⬅⬅ add CSS/JS/Liquid codes to any page of your store



Speed Booster App - Improve your store speed in 3 clicks
- Was your question answered? Mark it as an Accepted Solution

View solution in original post

Replies 5 (5)

devcoders
Shopify Partner
1288 150 362

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?

Shopify Developer: Helping eCommerce Stores
If you need assistance with your store, feel free to contact us at devcodersp@gmail.com
WhatsApp No: +91 8516919310 If my assistance was helpful, please consider liking and accepting the solution. Thank you!
ClayMaker
Tourist
3 0 2

beautifuldayclay.com/password

pw: setayl

CafeDelMar
Shopify Partner
163 36 45

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:

Screenshot_2.png

➡➡   Easy Embed Code   ⬅⬅ add CSS/JS/Liquid codes to any page of your store



Speed Booster App - Improve your store speed in 3 clicks
- Was your question answered? Mark it as an Accepted Solution
ClayMaker
Tourist
3 0 2

Perfect and thank you so much!!

CafeDelMar
Shopify Partner
163 36 45

Anytime, glad I could help! 🙂

➡➡   Easy Embed Code   ⬅⬅ add CSS/JS/Liquid codes to any page of your store



Speed Booster App - Improve your store speed in 3 clicks
- Was your question answered? Mark it as an Accepted Solution