Hi
In the product category page , I use the variation swatches.
I want to align the variations of different products.
Now I use the title align CSS in the elementor as below, but it doesn’t work.
`/* Media Query for mobiles */
@media (min-width: 320px) and (max-width: 767px) {
h2.woocommerce-loop-product__title {
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 2;
overflow: hidden;
height:70px
}
}
Please find the details in attachment.
Thank you