Products not horizontally aligned
-
I have tried a number of solutions I found on the forums that force the products to horizontally align by increasing the product’s minimum height, however none of the solutions fixed my problem when I plugged them into my child-theme style.css file.
here is an example of one of the solutions:
.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
min-height: 285px;
}You can see an example of the problem here: https://www.sewsusiedesigns.com/product-category/blue-aqua-green/
FYI – I am using the Virtue template
- The topic ‘Products not horizontally aligned’ is closed to new replies.