Product title lines limit
-
Hello,
can you provide me a css or a solution to have3 lines instead of 2 ? i want the grid to be even and have 3 lines cause titles are long.
Thanks !
Hello,
Navigate to Theme Settings > Product Archive > Product Styles > Product title lines limit. Set the number of product title lines if it does not fit on one line. https://ibb.co/2kztmN5
Best Regards.
hey ,
I need three lines. it has one line – two lines and none.
none makes grid uneven .
I need 3 lined fixed..
Thank you
Hello,
Add below Custom CSS code to Theme Settings > Custom CSS > Global custom CSS
.product-grid-item.wd-product .wd-entities-title {
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 3; /* Number of lines to show */
overflow: hidden;
}
Best Regards.
thank you.
Can somehow make stock even ?
Hello,
Add below Custom CSS code to Theme Settings > Custom CSS > Global custom CSS
.product-grid-item.wd-product .wd-entities-title {
height: 40px !important;
}
Best Regards.
Hey ,
Thank you it works!
Sounds Great! that your issue has been solved.
I’m so happy to hear you are pleased with the Theme and Support. XTEMOS strives to deliver the best customer experience, and it makes our day to hear we have accomplished that.
We count ourselves lucky to have you as a customer. You can always reach us at any time. We are always here to help you.
Thanks for contacting us.
Have a great day.
Topic Closed.
Best Regards.
The topic ‘Product title lines limit’ is closed to new replies.