Home Forums WoodMart support forum Product price truncated on mobile product grid

Product price truncated on mobile product grid

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #298732

    Adnane
    Participant

    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.
    #298791

    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

Viewing 2 posts - 1 through 2 (of 2 total)