Categories product count – drop on the second line
-
Hello,
I tested yesterday, if in the main category, are fewer that 5 digits (9999 products), the allign is correct.
Now are 5 digits (more than 10000 products in the Fashion category), and the counting number is on the second line.
Can you please help me to be correctly alligned?
My regards,
Alin
PS: this is happen on desktop and mobile too.
Attachments:
You must be
logged in to view attached files.
Hello,
Please try adding the following Custom CSS in the Global Custom CSS area under Theme Settings >> Custom CSS.
.widget_product_categories .count {
padding-right: 0;
}
Best Regards
Hello,
This code, didn’t solved the issue. Can you please help me?
Thank you!
Hello,
Sorry for the earlier inconvenience.
Can you please once try the following Custom CSS on your Site, hopefully, this will work out for you:
.widget_product_categories .product-categories li a {
width: calc(95% - 40px) !important;
}
The location to paste Custom CSS is the same as told earlier.
If this somehow doesn’t work too then kindly share your WP-ADMIN Login details so that we can look ourselves at this on your Site.
Best Regards
Hello,
Sorry for the earlier inconvenience.
Can you please once try the following Custom CSS on your Site, hopefully, this will work out for you:
.widget_product_categories .product-categories li a {
width: calc(95% - 40px) !important;
}
The location to paste Custom CSS is the same as told earlier.
If this somehow doesn’t work too then kindly share your WP-ADMIN Login details so that we can look ourselves at this on your Site.
Best Regards