Home › Forums › WoodMart support forum › Add to cart button not visible on mobile when QTY spinner active › Reply To: Add to cart button not visible on mobile when QTY spinner active
August 19, 2024 at 5:09 pm
#591033
Luke Nielsen
Keymaster
Hello,
Okay. In general, we can see that you have a large font size for the add to cart button and that is why the text is not fully shown. So either remove the quantity for the mobile devices or use the code below to make the font size smaller:
body .wd-product .add-to-cart-loop span {
font-size: 12px !important;
}
Kind Regards