Shopify themes, liquid, logos, and UX
change the product card size and image size in my site for mobile screen and i want it to appear two product so i can swap to se the other two
this my site url: sainalen.com
@ai41 oh sorry for that issue but your store doesn't work
Sorry it’s: saintalen.com
@ai41 thanks for new URL i have already give you solution for this Article can you please check here
Hey there,
If you want to change the product card and image sizes on mobile so two products are displayed side by side (with swipe functionality), here are two ways you can do it:
Option 1: Manual Coding
@media screen and (max-width: 768px) {
.product-grid {
display: flex;
flex-wrap: nowrap;
overflow-x: scroll;
gap: 10px;
}
.product-grid-item {
flex: 0 0 calc(50% - 10px); /* Two items per row */
max-width: calc(50% - 10px);
}
.product-grid img {
width: 100%;
height: auto;
}
}
Option 2: Use EasyEdits for Layout Tweaks
If coding feels like a hassle, you can use EasyEdits to adjust product layouts. It allows you to customize grid sizes for mobile screens without needing CSS. Plus, you can preview changes directly in the app to get the exact look you want.
Let me know how this works out for you! Disclaimer: I’m the developer of EasyEdits, so if you’d like to try it, I’m here to help. 😊
Hey Community! As we jump into 2025, we want to give a big shout-out to all of you wh...
By JasonH Jan 7, 2025Hey Community! As the holiday season unfolds, we want to extend heartfelt thanks to a...
By JasonH Dec 6, 2024Dropshipping, a high-growth, $226 billion-dollar industry, remains a highly dynamic bus...
By JasonH Nov 27, 2024