Home Forums WoodMart support forum Variants don’t work on mobile Reply To: Variants don’t work on mobile

#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