Home Forums WoodMart support forum ADD TO CART BUTTON Reply To: ADD TO CART BUTTON

#101675

Hello,

Sorry, my mistake.

Add this to the Theme Settings > Custom CSS > Mobile:

.single-product-page .single_add_to_cart_button {
	width:100%;
}

body .variations_form .variations .value select {
	max-width: 100%;
}

Best Regards