Does anybody have a fix for this, even using CSS?
It appears to happen using elementor on the product page, same using Astra or Hello theme.
They gave me the below CSS but doesn’t work.
/* Temporary fix for Apple Pay button layout */
selector form.cart.variations_form .woocommerce-variation-add-to-cart,
selector form.cart:not(.grouped_form):not(.variations_form) {
display: block;
}
Any help would be great!