Home › Forums › WoodMart support forum › Extend Width of ADD TO CART Button › Reply To: Extend Width of ADD TO CART Button
February 20, 2022 at 7:54 pm
#354653

Elise Noromit
Member
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