Replies: 0
Hey guys,
In need of a second round of help today – I’ve added the below CSS code in order to get the carts aligning on my page and while this has made things look okay on the desktop view of my shop, on the mobile view things aren’t looking as good.
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {min-height: 500px !important; margin-bottom:10px; }
ul.products li.product a.button {position: absolute !important; bottom: 130px; }
As you can see by the picture the two things I want to happen are:
1: Not such a large gap between the price and Add to Cart Button
2: Prices of each product aligned.
Any help would be great.