Reply 266060 to: Add to cart button not showing in mobile.

Avatar: Rose Tyler
Rose Tyler
Support staff
December 28, 2020 at 15:38

Hello,

Add the next code in Theme Options > Theme custom CSS > Global custom CSS:

@media only screen and (max-width: 992px) {
	.single-product-builder form.cart,
	.single-product-builder form.cart .woocommerce-variation-add-to-cart {
		flex-wrap: wrap;
	}
}

Regards

Go To The Whole Conversation In Topic
We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.