Home Forums WoodMart support forum RECENTLY VIEWED PRODUCTS , Title text limit

RECENTLY VIEWED PRODUCTS , Title text limit

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #241524

    vijay
    Participant

    Dear Support,

    How to limit title text of product in recent view widget footer, its not showing proper please suggest, screen shot attached.

    Attachments:
    You must be logged in to view attached files.
    #241568

    Hello,

    There is no option to limit the title. How would you like it to be? Perhaps I can correct a bit with the custom CSS.

    Best Regards

    #241660

    vijay
    Participant

    Yes please help me with custom css ?

    #241899

    Hello,

    Please add this code to the Theme Settings > Custom CSS > Global:

    body #woocommerce_recently_viewed_products-3 ul li{
    max-width:250px;
    }

    Best Regards

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