Dear,
As you see, on my shop page, I have product having long titles and some others with shorter titles. However, this is causing differences in the alignment of :
– brand title
– price
– action button
I already found the CSS code myself for aligning to the top the product titles (because that’s from my own custom personalization).
.basel-hover-standard .product-title a{
vertical-align: top;
}
But the alignment of the rest is theme-related code, which is not user-friendly. How can I change this alignment? To make sure that all the above points are aligned despite of having of product title of 1 line or 2 lines.
Attachments:
You must be
logged in to view attached files.