This topic has 2 replies, 2 voices, and was last updated 4 years, 5 months ago ago by Rose Tyler
Hi,
on mobile,, the header cart icon does not show any badge to say how many product are in the cart.
Hi,
Add this code in Theme Options > Custom CSS > Custom CSS for mobile
.header .shopping-cart-widget .cart-summ span {
font-size: 14px;
margin-left: 3px;
}
.header .shopping-cart-widget {
margin-right: -35px;
}
Regards
You must be logged in to reply to this topic.Log in/Sign up