How to make product title in shop Sidebar in 2 line.
-
How to make product title in shop Sidebar in 2 line.
Attachments:
You must be
logged in to view attached files.
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.