Home › Forums › WoodMart support forum › Make the “add to cart” button smaller on mobile › Reply To: Make the “add to cart” button smaller on mobile
April 30, 2024 at 3:44 pm
#562100
Hung Pham
Keymaster
Hi designmono,
Please remove all above Custom CSS and use below one:
.wd-product.wd-hover-fw-button div.wd-add-btn{
text-align: center;
}
.wd-product.wd-hover-fw-button div.wd-add-btn>a{
width: auto;
}
.wd-product.wd-hover-fw-button div.wd-add-btn .add-to-cart-loop span{
padding: 6px;
font-size: 10px;
}
a:is(.btn,.button,button,[type="submit"],[type="button"]){
min-height: 20px;
}
Regards,