Three lines on product title
-
Hello! On Theme Settings I can only set one, two, or no limit of lines on the product title. How can I set it to three lines on mobile and two lines on desktop? https://imgur.com/a/nRVNaIr
Hello,
You can try to add the below code to the “Custom CSS for mobile” area that is in Theme Settings -> Custom CSS, it will help you to show 3 lines on the mobile.
[class*="title-line-"] .product-grid-item .wd-entities-title {
max-height: 46px !important;
}
If there’s anything else we can do, please get in touch.
Kind Regards