Home Forums WoodMart support forum buttons are not aligned Reply To: buttons are not aligned

#440248

Hello,

Please try using the below Custom CSS code and paste it to Dashboard >> Theme Settings >> Custom CSS >> Custom CSS for mobile area:

form.cart {
    flex-wrap: nowrap !important;
}

#wd-add-to-cart {
    padding-right: 1em !important;
}

Hope this helps !

Best Regards.