[ad_1]
Hi @eddiepelser
Can you please send us a link to the page so I can check and suggest some solutions?
If you want to keep the link private, I would recommend you to create a ticket here:
Our plugin uses a standard WooCommerce hook which places the uploader before the Add to Cart button.
Best Regards,
Dhruvin
Hi Dhruvin,
link to page:
thank you
Regards
Eddie
The problem was solved via simple CSS. Here is the CSS in case anyone too encounters this problem.
.woocommerce-variation-add-to-cart, .woocommerce div.product.product-type-simple form.cart {
display: block!important;
}Best Regards,
Dhruvin Shah
