mini cart number capped when item inside is bigger than 3 figures
-
Hi,
when I add a lot of products , over 100 of them , into the cart
the mini cart in header only displays 2 numbers , as my screenshot , it’s having190-ish items in it , but it only displays 19
best regards,
Attachments:
You must be
logged in to view attached files.
Hello,
Please try to use the below code for displaying 190 items there, enter it into the “Global Custom CSS” area in Theme Settings -> Custom CSS.
.wd-header-cart .wd-cart-number {
width: 22px !important;
}
Let me know if you have any questions or concerns.
Kind Regards