Shopify themes, liquid, logos, and UX
Hi everyone,
I'm trying to make the product images in my mobile grid larger to fill more space, similar to a design I’ve seen on another site (attached for comparison). I've tried a few CSS tweaks, but I'm struggling to get the images bigger without affecting the layout.
picture on the left is my website, picture on the right is preferred look.
thanks for any help 🙂
Solved! Go to the solution
This is an accepted solution.
Hi @ISAKO
Try this one.
@media only screen and (max-width: 768px) {
.grid-overflow-wrapper .grid__item {
display: inline-block;
flex: 0 0 50% !important;
width: 50% !important;
}
}
Your Feedback Matters! Please mark the solution and give likes to posts that helped you. Your appreciation fuels our motivation to assist you better!
This is an accepted solution.
Hi @ISAKO
Try this one.
@media only screen and (max-width: 768px) {
.grid-overflow-wrapper .grid__item {
display: inline-block;
flex: 0 0 50% !important;
width: 50% !important;
}
}
Your Feedback Matters! Please mark the solution and give likes to posts that helped you. Your appreciation fuels our motivation to assist you better!
thank you very much mate I love you!!
Imma tip you a coffee friend 🙂
Your welcome! And thank you for the tips. 😊
Hey 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, 2024Hey Community! It’s time to share some appreciation and celebrate what we have accomplis...
By JasonH Nov 14, 2024