Home Forums WoodMart support forum Add to Cart Mobile centered Reply To: Add to Cart Mobile centered

#205166

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