Add to Cart Mobile centered
-
Hello, I am having issues with my Add to Cart viewed on mobile isn’t showing up centered but off to the side (the actual text). Please review screenshot.
Can you please assist? Thanks.
Attachments:
You must be
logged in to view attached files.
Hello,
Please add this code to the Theme Settings > Custom CSS > Global:
@media (max-width: 575px) {
.woodmart-sticky-btn .quantity.hidden + button {
padding-left: 20px;
}
}
We shall fix this in our nearest update.
Best Regards