Home › Forums › WoodMart support forum › buttons are not aligned › Reply To: buttons are not aligned
February 3, 2023 at 3:51 pm
#440248

Aizaz Imtiaz Awan
Keymaster
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.