I have a bookshop site in WordPress, as per the image below. The alignment of the Add Cart button is not the same for the two products. Note that this is the shop page.
How can I align the Add to Cart Button to be the same for every product regardless of the product image size and product title length?
I’m using:
- WordPress 4.3.1
- WooCommerce 2.4.11
- THEME – > VantageVersion: 1.4.4 By SiteOrigin
First, your question is very, very vague. It’s hard to troubleshoot with far more information. However, I will try and get the conversation started.
With ALL of that being said, the issue can be resolve simply with the right css. For a “typical” WooCommerce site, this would take care of it:
In your stylesheet, declare this style on this selector:
I Added this code under the theme’s style.css
Solved my problem.