This topic has 5 replies, 2 voices, and was last updated 3 years, 10 months ago ago by Rose Tyler
I used the organic cosmetic demo and I just found out that the add to cart button is not showing in mobile views on the single product page. It shows on desktop but its hidden in mobile.
The button shows on single products, but not on variable products
Hello,
Could you provide temporary wp-admin access?
Regards
Admin account created and sent
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
You must be logged in to reply to this topic.Log in/Sign up