Home Forums WoodMart support forum Add to cart button not showing in responsive mode Reply To: Add to cart button not showing in responsive mode

#416373

Luke Nielsen
Keymaster

Hello,

Kindly accept our sincere apologies for the inconvenience caused to you, it’s our bug and in our next update, it will be fixed. In order to fix it now, please add the below code to the “Global Custom CSS” area in Theme Settings -> Custom CSS.

@media (max-width: 1024px) {

.website-wrapper .wd-hover-quick.wd-quantity-overlap .wd-add-btn .product_type_simple {
    padding-left: 0;
}
	
.website-wrapper .wd-hover-quick.wd-quantity-overlap .wd-add-btn .product_type_simple:before {
	    left: 0;
	}
}

Product style you can change via Theme Settings -> Product archive -> Product styles -> set the “Show summary on hover” style (the same style as on our Woodmart Main).

https://prnt.sc/Bb23hEvJc2Ua

Kind Regards