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.
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 .