Site logo

Archived topic

button quantity

1 reply · Started by Forum User on February 14, 2022

Viewing posts 1–2 of 2

Hi m.shcreijer,

Here is a custom CSS you can try adding:

.woocommerce-variation-add-to-cart.variations_button {
    flex-direction:column;
}

.quantity.buttons-added {
    align-self:center;
    margin-bottom:5px;
}

button.single_add_to_cart_button.button{
    margin-top:17px;
}

Here is an article which you may refer to with regards to adding CSS: https://docs.generatepress.com/article/adding-css/

Hope this helps! :)

This archived topic is closed to new replies.