How can I move my logo a-little more to the left on my desktop website view only

Solved

How can I move my logo a-little more to the left on my desktop website view only

MaisonBillonDon
Explorer
87 0 15

Hello, I want to move my logo in the top right of my desktop view of my password page a little more to the left. How can I do this on only my password page only for the desktop view without affecting the mobile view of the password page? Ive also included a screen shot for visual reference. 

 

URL: billon.maison

 

Screen Shot 2024-09-25 at 4.14.23 PM.png

Bravo Billón
Accepted Solution (1)
suyash1
Shopify Partner
10820 1337 1714

This is an accepted solution.

@MaisonBillonDon  plz change code to this

@media screen and (min-width:750px){
.password-logo {margin-left: -4rem;}
}
To build shopify pages use PAGEFLY | Contact me - suyash.patankar@gmail.com , My timezone is GMT+5:30.

View solution in original post

Replies 7 (7)

suyash1
Shopify Partner
10820 1337 1714

@MaisonBillonDon  please add this css to the very end of your base.css file and check,
Shopify Admin -> Online Store ->Theme -> Edit code -> base.css

 

adjust number -4 as per your need

.password-logo {margin-left: -4rem;}

 

 

 

To build shopify pages use PAGEFLY | Contact me - suyash.patankar@gmail.com , My timezone is GMT+5:30.
MaisonBillonDon
Explorer
87 0 15

This solution moves the logo on the mobile version of the password page as well. I only want to move it on the desktop version of the password page and not the mobile version 

Bravo Billón
suyash1
Shopify Partner
10820 1337 1714

This is an accepted solution.

@MaisonBillonDon  plz change code to this

@media screen and (min-width:750px){
.password-logo {margin-left: -4rem;}
}
To build shopify pages use PAGEFLY | Contact me - suyash.patankar@gmail.com , My timezone is GMT+5:30.
MaisonBillonDon
Explorer
87 0 15

This works perfectly and allows me to adjust as necessary, thank you !

Bravo Billón

Dan-From-Ryviu
Shopify Partner
11526 2256 2436

Please add this code to Custom CSS of Header of your password template 

.password-header { max-with: 180rem; } 

- Helpful? Like & Accept solution! - Support me? Buy me a coffee
- Ryviu - Product Reviews & QA app: Collect customer reviews, import reviews from AliExpress, Amazon, Etsy, Walmart, Dhgate and CSV.
- Reton: Loyalty & Rewards - Earn points through tasks, redeem for discounts, and enjoy exclusive VIP rewards!
- Lookfy Gallery: Lookbook Image - Gain customers with photo gallery, video & shoppable image
- Reelfy‑Shoppable Videos+Reels: Create shoppable videos to engage customers and drive more sales.
- En...
Sign up now.

MaisonBillonDon
Explorer
87 0 15

This did not change anything

Bravo Billón
Dan-From-Ryviu
Shopify Partner
11526 2256 2436

Sorry, please update code 

.password-header { max-width: 180rem; }

- Helpful? Like & Accept solution! - Support me? Buy me a coffee
- Ryviu - Product Reviews & QA app: Collect customer reviews, import reviews from AliExpress, Amazon, Etsy, Walmart, Dhgate and CSV.
- Reton: Loyalty & Rewards - Earn points through tasks, redeem for discounts, and enjoy exclusive VIP rewards!
- Lookfy Gallery: Lookbook Image - Gain customers with photo gallery, video & shoppable image
- Reelfy‑Shoppable Videos+Reels: Create shoppable videos to engage customers and drive more sales.
- En...
Sign up now.