Hey, trying to reduce the padding on the product cards for mobile. (reference image below)
hopefully there’s a good way to do this.
Shop: https://1qnexqkds80ro6tm-66895675693.shopifypreview.com
Thank you!
A user sought to reduce padding on mobile product cards in their Shopify store. They provided a reference image showing the current spacing issue.
Solution provided:
base.css file.card--card .quick-add and .card__content classes!important flagsOutcome:
The CSS solution successfully resolved the padding issue. The discussion is now closed with the problem solved.
Hey, trying to reduce the padding on the product cards for mobile. (reference image below)
hopefully there’s a good way to do this.
Shop: https://1qnexqkds80ro6tm-66895675693.shopifypreview.com
Thank you!
@memikee - please add this css to the very end of your base.css file and check
.card--card .quick-add{margin-left: 0 !important; margin-right: 0 !important;}
.card__content{padding: 0.5rem !important;}
It worked!
Thank you for your help ![]()