Home › Forums › WoodMart support forum › Compatibility with TM Extra Product Options › Reply To: Compatibility with TM Extra Product Options
March 10, 2018 at 7:48 pm
#45139
Bogdan Donovan
Keymaster
Hi,
Try to add the following code to the mobile customs CSS area in theme settings.
#yith-ywraq-form .quantity {
-webkit-box-pack: end;
-ms-flex-pack: end;
justify-content: flex-end;
}
Regards