How can I center my logo on the password page using the Origin theme?

How can I center my logo on the password page using the Origin theme?

Celebritips
Tourist
9 0 0

Hi, I am currently using the Origin theme. For the password page, I would like to move my logo from the left to the middle on desktop. Is there a way I can make it happened? Thanks!

Replies 5 (5)

Moeed
Shopify Partner
4992 1329 1610

Hey @Celebritips 

 

Could you please provide your Store URL and, if applicable, the Password too? Your cooperation is greatly appreciated!

 

Best Regards,
Moeed

-Need a Shopify Specialist? Chat on WhatsApp
- Custom Design | Advanced Coding | Store Modifications
- Your Coffee Tip and my code, A perfect blend. ❤️
Celebritips
Tourist
9 0 0

Hi, my url is celebritips.com I happened to figure out a way to move my logo to the middle, but I am not sure why there is padding below my logo. Do you know where can I delete that padding?

Moeed
Shopify Partner
4992 1329 1610

Hey @Celebritips 

 

Follow these Steps:

1) Go to Online Store
2) Edit Code
3) Find theme.liquid file

4) Add the following code in the bottom of the file above </body> tag

<style>
.password-header {
    gap: unset !important;
}
</style>

RESULT:

Moeed_0-1699597884144.png

 

If I managed to help you then, don't forget to Like it and Mark it as Solution!

 

Best Regards,
Moeed

-Need a Shopify Specialist? Chat on WhatsApp
- Custom Design | Advanced Coding | Store Modifications
- Your Coffee Tip and my code, A perfect blend. ❤️
Celebritips
Tourist
9 0 0

Hi, thank you for your reply. I tried exactly like you said, but it still doesn't work. I don't know what happened.

Celebritips
Tourist
9 0 0

Screenshot 2023-11-09 at 22.39.08.pngScreenshot 2023-11-09 at 22.40.04.png