add to cart button issue for mobile view
-
Hi
I have attribute variation button. add to cart button is out of screen for mobile view.
please see my link at private area for checking
Thank you
Hello,
I am checking and I see add to cart button https://gyazo.com/fef6996c1dcd6bc0b821f6c863e65984
Please send me your screen, what device, and what browser do you use?
Best Regards
hello
please see attached picture
Attachments:
You must be
logged in to view attached files.
Hello
I found the issue occurs only with the ios device such as iphone.
There is no problem with android
Best Regards
Hello,
Please move this code to the Theme Settings > Custom CSS > Destop:
.product-image-summary .cart {
display: flex;
}
.product-image-summary .single_add_to_cart_button {
flex-grow: 1;
}
And remove from Global.
Best Regards