This topic has 3 replies, 2 voices, and was last updated 3 years ago ago by Oliver Theiß
Hello,
I have a problem with the product page. See screenshot!
actually the buttons have to be one below the other in the mobile view.
we have also inserted the code for this behavior months ago :/
Now comes the strange problem:
With a variant article it is correct in the mobile view are the shopping cart and the now pay button below each other.
but if I have a simple article happens the problem in the screenshot. Actually we had defined it with code, but it does not take effect with the simple products
That would be very important, because that is a very sensitive place in the store anyway. Beginning of next week or so
Thanks a lot Oliver
Hello,
Add this custom CSS code:
@media (max-width: 767px) {
.single-product.woocommerce div.product.elementor form.cart:not(.grouped_form):not(.variations_form) {
display: flex;
flex-direction: column;
}
}
Regards
Hallo Rose,
many thanks and sorry for the late reply 🙂
The issue related to '‘Mobile product page view shopping cart and payment button are not under each oth’' has been successfully resolved, and the topic is now closed for further responses