Extend Width of ADD TO CART Button
-
Hi again,
following closed topic https://xtemos.com/forums/topic/extend-width-of-add-to-cart-button/
I have noticed that when i select the product variations, the button shrinks again.
Please advise.
thanks
Hello,
Please add this code to the Theme Settings > Custom CSS > Global:
.product-type-variable .woocommerce-variation-add-to-cart-enabled {
display: flex;
}
.product-type-variable .product-image-summary .single_add_to_cart_button {
flex-grow: 1;
}
Best Regards
You are welcome! We are here to help.
Wish you a wonderful day!
The topic ‘Extend Width of ADD TO CART Button’ is closed to new replies.