This topic has 2 replies, 2 voices, and was last updated 4 years, 10 months ago ago by Rose Tyler
Dear Support,
For the website version written in a language right to left, we have realized that just for the mobile version, the cart icon is not on the top-left hand side as it should be, but on the top-right. This is not happening for the desktop version where the cart icon is properly positioned on the top-left hand side (mirrored with respect to the conventional left to right languages).
Could you please help me to solve the issue and mirror the cart icon for the right to left mobile website version?
Thank you in advance.
F.
Hello,
Add this code in style.css of your child theme, inside media-query for mobile:
.header .shopping-cart-widget {
left: 0 !important;
transform: translateX(0) !important;
}
like – https://prnt.sc/qgqdb0
Regards
You must be logged in to reply to this topic.Log in/Sign up