Home › Forums › WoodMart support forum › Increase the add to cart button size › Reply To: Increase the add to cart button size
July 2, 2020 at 7:17 am
#208022
Elise Noromit
Member
Hello,
Please use this custom CSS for the grouped products:
.product-type-bundle .bundle_button,
.product-type-simple form.cart,
.woocommerce-variation-add-to-cart {
display: flex;
}
.product-type-bundle .bundle_button > button,
.product-type-simple form.cart > button,
.woocommerce-variation-add-to-cart > button {
flex-grow: 1;
}
Best Regards