Move to the right cart icon and account icon in mobile version

Solved

Move to the right cart icon and account icon in mobile version

infinitywings
Excursionist
16 0 5

Hi, I've some code adittion to put the account icon visible in mobile version, but now I need to move them a little bit to the right (only the account icon and the cart icon).
Can somebody help me please?

Thank you all.

 

infinitywings_0-1745749978892.png

 

Accepted Solution (1)

Manoj_j
Shopify Partner
92 2 6

This is an accepted solution.

Hi @infinitywings ,

Go to customize > theme setting > custom css

add this 
@media screen and (max-width: 749px) {
.header__icon--account,
.header__icon--cart {
margin-left: 10px; 
}
}

 

 Adjust this value (10px ) to move more or less .

 save and refresh

please don’t forget to like and mark it as the solution.
If you need further assistance, feel free to reach out to me.

thanks

- Need a Shopify Specialist ?
- Email Me | For quick response message me
- Custom Design | Advanced Coding | Store Modifications
- Digital Marketing | SEO Expert

View solution in original post

Replies 3 (3)

Manoj_j
Shopify Partner
92 2 6

This is an accepted solution.

Hi @infinitywings ,

Go to customize > theme setting > custom css

add this 
@media screen and (max-width: 749px) {
.header__icon--account,
.header__icon--cart {
margin-left: 10px; 
}
}

 

 Adjust this value (10px ) to move more or less .

 save and refresh

please don’t forget to like and mark it as the solution.
If you need further assistance, feel free to reach out to me.

thanks

- Need a Shopify Specialist ?
- Email Me | For quick response message me
- Custom Design | Advanced Coding | Store Modifications
- Digital Marketing | SEO Expert
infinitywings
Excursionist
16 0 5

Hi, it works, thank you.

Manoj_j
Shopify Partner
92 2 6

Hi @infinitywings ,

your welcome .

- Need a Shopify Specialist ?
- Email Me | For quick response message me
- Custom Design | Advanced Coding | Store Modifications
- Digital Marketing | SEO Expert