Hello. Is there a way to make products on these pages the same height per row? My images are the same size for everything, I think it is different length product titles throwing things off sometimes. Thanks!
Hey Illingco,
Thank you for the inquiry
I think it is different length product titles throwing things off sometimes.
You could apply a minimum height to the product title. Please try this css code:
h2.woocommerce-loop-product__title {
min-height: 60px;
}
Best regards,
Ismael
I don’t think that changes anything that I can see.
Hi,
The css code doesn’t seem to be applied when we checked. Where did you add it? Please toggle or temporarily disable the Enfold > Performance > File Compression settings, then purge the cache. Or post the login details in the private field so we can check it.
Best regards,
Ismael
I added it, but then took it out because it did not work. Instead I figured out and added this:
@media only screen and (min-width: 768px) {
.inner_product_header_cell {
position: relative;
min-height: 84px;
}
}
Hi,
Great, I’m glad to hear that you found a solution. Please let us know if you should need any further help on the topic, or if we can close it.
Best regards,
Rikard
Thanks, I think you can close this for now.