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

#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,