Home › Forums › WoodMart support forum › Add to Cart Mobile centered › Reply To: Add to Cart Mobile centered
June 21, 2020 at 11:36 am
#205166
Elise Noromit
Member
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