In mobile view Add to cart not aligned properly product category page
-
http://bizhype.in/freshpick/product-category/vegetables/
In mobile view
http://prntscr.com/ur59iv
Add to cart not aligned in properly in the middle in product category page
Hello,
I saw the screenshot you attached and visited your website. Please try adding the following Custom CSS in the Custom CSS for the Mobile area under Theme Settings >> Custom CSS.
.wd-quantity-enabled .woodmart-hover-quick:not(.sold-individually) .product_type_simple {
width: 153px;
}
.woodmart-hover-quick .woodmart-add-btn div.quantity {
left: 73px;
}
Best Regards.