add to shopping cart buttons are unordered

Hello,

I have a question about te shop pages of my website.
The different products stand next to each other on the product pages but the “add to shopping cart” buttons below the product tumbnails are not standing properly next to each other. How can i fix this?

Greetings,
Joyce

Look at the length of those buttons. It’s like a whole sentence in there.

The best you can do is add this code to Theme Options - Other - Custom CSS

.woocommerce #content input.button, .woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button, .woocommerce-page #content input.button, .woocommerce-page #respond input#submit, .woocommerce-page a.button, .woocommerce-page button.button, .woocommerce-page input.button {
    font-size: 10px;
    padding: 5px;
}

Might not help as text is way too long but it is worth the shot.

Looks much better now! Thank you :slight_smile: