Home › Forums › WoodMart support forum › SINGLE COLUMN (2 ROWS on MOBILE) Quantity and Add to Cart › Reply To: SINGLE COLUMN (2 ROWS on MOBILE) Quantity and Add to Cart
April 20, 2020 at 9:51 pm
#188659
Elise Noromit
Member
Hello,
Thank you very much for choosing our theme and for contacting us.
Please add this code to the Theme Settings > Custom CSS > Global:
body .quantity input[type=button] {
min-width:40%;
}
body .quantity {
display: block;
}
Best Regards