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

billonmaison
Tourist
18 0 3

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

Accepted Solution (1)
suyash1
Shopify Partner
9859 1226 1566

This is an accepted solution.

@billonmaison  plz change code to this

@media screen and (min-width:750px){
.password-logo {margin-left: -4rem;}
}
To build shopify pages use pagefly | Contact me - [email protected] , My timezone is GMT+5:30. | Support me

View solution in original post

Replies 7 (7)

suyash1
Shopify Partner
9859 1226 1566

@billonmaison  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 - [email protected] , My timezone is GMT+5:30. | Support me
billonmaison
Tourist
18 0 3

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 

suyash1
Shopify Partner
9859 1226 1566

This is an accepted solution.

@billonmaison  plz change code to this

@media screen and (min-width:750px){
.password-logo {margin-left: -4rem;}
}
To build shopify pages use pagefly | Contact me - [email protected] , My timezone is GMT+5:30. | Support me
billonmaison
Tourist
18 0 3

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

Dan-From-Ryviu
Shopify Partner
9534 1918 1954

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

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

- Helpful? Like and Accept solution! or Buy me coffee
- Ryviu - Reviews & QA app: Collect product reviews, import reviews from AliExpress, Amazon, Etsy, Walmart, Shopee, Dhgate and CSV.
- Lookfy Gallery: Lookbook Image: Easy and fast to create Photo Gallery, Lookbook, Shop The Look.
- Ryviu: Aliexpress Reviews - AliExpress Reviews Importer, one-click import aliexpress reviews, export reviews to CSV file.
- Reelfy‑Shoppable Videos+Reels: Create shoppable videos to engage customers and drive more sales.
- Enjoy 1 month of Shopify for $1. Sign up now.

billonmaison
Tourist
18 0 3

This did not change anything

Dan-From-Ryviu
Shopify Partner
9534 1918 1954

Sorry, please update code 

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

- Helpful? Like and Accept solution! or Buy me coffee
- Ryviu - Reviews & QA app: Collect product reviews, import reviews from AliExpress, Amazon, Etsy, Walmart, Shopee, Dhgate and CSV.
- Lookfy Gallery: Lookbook Image: Easy and fast to create Photo Gallery, Lookbook, Shop The Look.
- Ryviu: Aliexpress Reviews - AliExpress Reviews Importer, one-click import aliexpress reviews, export reviews to CSV file.
- Reelfy‑Shoppable Videos+Reels: Create shoppable videos to engage customers and drive more sales.
- Enjoy 1 month of Shopify for $1. Sign up now.