How can I relocate the cart logo in a simple theme?

Solved

How can I relocate the cart logo in a simple theme?

datboi
Visitor
2 0 0

I am trying to move the cart logo on mobile and desktop versions. I want to move it to the top right pictured below.

datboi_0-1634865349068.png

datboi_1-1634865414100.png

 

 

Accepted Solution (1)

Muhammad_Ali_S
Shopify Partner
669 122 185

This is an accepted solution.

@datboi,

Add this code at the bottom of your theme.css file.

 

.top-bar .grid__item.medium-up--four-fifths.small--one-half.text-right {
    width: 100%;
}

 

 

 

 Do let me know if it works.

Ali Shahzad | Designer | Developer
- Was my reply helpful? Click Like and Accepted Solution to let me know!
- Feel Free to Contact | Whatsapp +92 3486775142

View solution in original post

Replies 3 (3)

Muhammad_Ali_S
Shopify Partner
669 122 185

This is an accepted solution.

@datboi,

Add this code at the bottom of your theme.css file.

 

.top-bar .grid__item.medium-up--four-fifths.small--one-half.text-right {
    width: 100%;
}

 

 

 

 Do let me know if it works.

Ali Shahzad | Designer | Developer
- Was my reply helpful? Click Like and Accepted Solution to let me know!
- Feel Free to Contact | Whatsapp +92 3486775142
datboi
Visitor
2 0 0

thank you! worked perfectly

Muhammad_Ali_S
Shopify Partner
669 122 185

@datboi,

You're welcome. 

Ali Shahzad | Designer | Developer
- Was my reply helpful? Click Like and Accepted Solution to let me know!
- Feel Free to Contact | Whatsapp +92 3486775142