All things Shopify and commerce
I want to do same product card appearance on the mobile version.
Desktop :
Mobile :
Do you mean like this?
If it is, check this one.
@media (max-width: 768.98px) {
.main-products-grid[data-layout=grid] .grid-cols-2>li {
margin: 10px;
border: 0px;
background: #f2f2f2 !important;
}
product-card.card.card--product.h-full.card--product-contained {
padding: 10px;
border: none !important;
}
.main-products-grid[data-layout=grid] .grid-cols-2 {
background: #f2f2f2 !important;
}
}
Please don't forget to Like and Mark Solution to the post that helped you. Thanks!
it is work but have issue, I find a line appear between product cards
Please, replace the code with added code below.
@media (max-width: 768.98px) {
.main-products-grid[data-layout=grid] .grid-cols-2>li {
margin: 10px;
border: 0px !important;
background: #f2f2f2 !important;
}
product-card.card.card--product.h-full.card--product-contained {
padding: 10px;
border: none !important;
}
.main-products-grid[data-layout=grid] .grid-cols-2 {
background: #f2f2f2 !important;
}
}
And save.
Please don't forget to Like and Mark Solution to the post that helped you. Thanks!
thank you so much, I want to do the same in search page.
Add this code then,
.cc-main-search {
background: #f2f2f2 !important;
}
.cc-main-search .container {
padding-top: 20px;
}
And Save.
Result:
Please don't forget to Like and Mark Solution to the post that helped you. Thanks!
Hey Community 👋 Did you know that March 15th is National Everything You Think Is W...
By JasonH Apr 1, 2025Discover how to increase the efficiency of commerce operations with Shopify Academy's l...
By Jacqui Mar 26, 2025Shopify and our financial partners regularly review and update verification requiremen...
By Jacqui Mar 14, 2025