Home › Forums › WoodMart support forum › Variants don’t work on mobile › Reply To: Variants don’t work on mobile
June 13, 2023 at 10:55 am
#474517
Luke Nielsen
Keymaster
Hello,
The below code will help you to reverse these buttons, please add the code to Theme Settings -> Custom CSS.
.single-product .cart {
display: flex;
}
.single-product .single_add_to_cart_button {
order: 3;
}
.single-product .wd-buy-now-btn {
order: 1;
}
Kind Regards