Hi guys,
Client has requested that all columns on the product page here are the same height.
Any CSS tricks you can recommend?
Kind thanks,
Chris
Hi guys,
Client has requested that all columns on the product page here are the same height.
Any CSS tricks you can recommend?
Kind thanks,
Chris
Hi Chris,
Thanks for writing in! It’s because of your product title length and some expands up to 3 lines. Could you please try adding the following CSS rule into your X -> Theme Options -> CSS area and see if that helps.
.woocommerce .entry-product .entry-wrap {
min-height: 100px;
}
Thanks!
You guys are champions thank you! 
Glad we could help.
Cheers!
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.