Home Forums WoodMart support forum AddToCart & By Now Button || Mobile View Reply To: AddToCart & By Now Button || Mobile View

#459805

Hello,

Sorry for the earlier misunderstanding & inconvenience. Please try using the below Custom CSS code and paste it to Dashboard >> Theme Settings >> Custom CSS >> Custom CSS for the mobile section:

.single_add_to_cart_button {
    width: 7em !important;
    padding: 0 !important;
}

#wd-add-to-cart {
    width: 6em !important;
    padding: 0 !important;
}

Hope this helps !

Best Regards