Product price truncated on mobile product grid
-
Hi
Is there any fix for the truncated product price in the woocommerce mobile product grid please.
Some of my client website users have reported this, and it needs to be fixed. Because it’s missleading sometimes
Kind regards
Attachments:
You must be
logged in to view attached files.
Hello,
I saw the screenshot you attached.
The issue is due to the long length of the price. Please try adding the following Custom CSS in the Custom CSS for Mobile area under Theme Settings >> Custom CSS.
.product-grid-item .price .amount {
display: block;
}
It will move the price down.
Best Regards