I add quick css to have the same widht box :
ul.products li .thumbnail_container {
max-height: 167px;
}
and
ul.products li .inner_product_header {
min-height: 135px !important;
}
It’s OK on Mac, and on iPhone.
But on homepage iPad, it don’t works !!
Thanx
Hey fundance!
Please add following code to Quick CSS as well
@media only screen and (max-width: 1140px) and (min-width: 990px) {
.inner_product { min-height: 362px; }}
@media only screen and (max-width: 989px) and (min-width: 769px) {
.inner_product { min-height: 430px; }}
Best regards,
Yigit
Don’t works for me !!
Sorry !
– don’t works on iPad
– don’t works on mini iPad
Best regards
Hi!
Thank you for the update.
Please add this at the very bottom of Quick CSS:
@media only screen and (max-width: 989px) and (min-width: 768px) {
.shop_columns_4 .products .product {
width: 49% !important;
}
}
Regards,
Ismael
OK It works !
Good job and support !
Many thanx
Best regards