Add To Cart Button Margin
-
Hello Team,
I need your help with the aligned add-to-car button. My add to cart button miss-aligned. If you want to see the position of a button then visit the website (URL in Private) and open any one product then you clearly see the position of the button. Add to cart button move 12px right side. I used the full-width button.
Also, I share an exact image, please see the attachment.
Attachments:
You must be
logged in to view attached files.
Hello,
Please try adding the following Custom CSS in the Custom CSS for Mobile area under Theme Settings >> Custom CSS.
.single-product .quantity:not(.hidden)+button {
margin-left: 0;
}
Best Regards