Home Forums WoodMart support forum How to make product title in shop Sidebar in 2 line.

How to make product title in shop Sidebar in 2 line.

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

    vuhoang
    Participant

    How to make product title in shop Sidebar in 2 line.

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

    Hello,

    I saw the screenshot you attached. Sorry but there is no option in Theme Settings to limit the product titles in the shop sidebar to two lines.

    Please try adding the following Custom CSS in the Global Custom CSS in the Global Custom CSS area under Theme Settings >> Custom CSS.

    .product_list_widget .product-title {
    	overflow: hidden;
    	height: 38px;
    }

    Best Regards.

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