alignemt of brand line on shop page
-
Dear,
As you can see on my shop page, when products have a title of 1 line or 2 lines, those products are not aligned anymore. This is not fully correct for me, the content of the product title should not interfer in the display.
Could you tell me how I could add a padding (or anything else) to always align the product brands whether the title has 1 line, 2 lines or 3 lines?
Thanks
Attachments:
You must be
logged in to view attached files.
Hello,
Please add this code to the Theme settings > Custom CSS > Global:
.title-line-two .product-grid-item .product-title {
max-height: 42px;
min-height:42px;
overflow:hidden;
}
Best Regards
Great thanks.
Issue closed
The topic ‘alignemt of brand line on shop page’ is closed to new replies.