Unable to align "Buy Product" buttons
-
Due to a few multi-line product names, the buy buttons are all misaligned. I’ve tried using a few of the solutions I found online such as adding the following to my child theme. But it doesn’t seem to change anything.
.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
min-height: 50px !important;
display: inline-block;
vertical-align: top;
width: 30%;
}Any help or ideas would be fantastic. Thanks!
Child Theme text: https://pastebin.com/YaneGkTk
Website product page: jacksworld.org/shop
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Unable to align "Buy Product" buttons’ is closed to new replies.