Product title lines limit
-
Hello
I set Product title lines limit to 2 lines but not seems working on my shop
Thank you
Attachments:
You must be
logged in to view attached files.
Hello,
When the product title is longer than two lines, this setting would cut it. If the title is one line, this setting would not be applied.
Try to set one line option.
If you have any questions please feel free to contact us.
Best Regards
Hello
In the mdt12lines.jpg image why prices are not aligned horizontally!
Thank you
Hello,
Try to set a one-line title and all will be aligned horizontally.
Alternatively, you can make all the title of the same hight, if you want you canadd this code to the Theme Settings > Custom CSS > Global:
.title-line-one .product-grid-item .wd-entities-title, .title-line-two .product-grid-item .wd-entities-title {
min-height:60px;
}
Best Regards