Shopify themes, liquid, logos, and UX
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.
Solved! Go to the solution
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
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
Hi, it works, thank you.
Hi @infinitywings ,
your welcome .
Learn how to build powerful custom workflows in Shopify Flow with expert guidance from ...
By Jacqui May 7, 2025Did You Know? May is named after Maia, the Roman goddess of growth and flourishing! ...
By JasonH May 2, 2025Discover opportunities to improve SEO with new guidance available from Shopify’s growth...
By Jacqui May 1, 2025