Discuss and resolve questions on Liquid, JavaScript, themes, sales channels, and site speed enhancements.
Hello
I've been trying to figure this out and I haven't. My store uses dawn theme and I was wondering how could I lay out my featured collection on my home page to be horizontally and show all four products at once without having to swipe. You can see this on my website, aromabarn.com under the "featured" coloumn
Hi @aromabarn
This is for the mobile screen only right? If it is,
Try this one.
@media screen and (max-width: 749px) {
.collection .grid--peek.slider .grid__item:first-of-type {
margin-left: 0;
}
.grid.product-grid.contains-card.contains-card--product.contains-card--standard.grid--peek {
display: flex;
flex-direction: column;
flex-wrap: wrap;
}
.collection.slider--tablet.grid--peek.grid--2-col-tablet-down .grid__item,
.collection .grid--peek .grid__item {
width: 100% !important;
min-width: 100%;
}
.collection .card.card--standard.card--media {
padding: 2rem;
}
}
Your Feedback Matters! Please mark the solution and give likes to posts that helped you. Your appreciation fuels our motivation to assist you better!
Learn how to expand your operations internationally with Shopify Academy’s learning path...
By Shopify Feb 4, 2025Hey Community, happy February! Looking back to January, we kicked off the year with 8....
By JasonH Feb 3, 2025Expand into selling wholesale with Shopify Academy’s learning path, B2B on Shopify: Lau...
By Shopify Jan 28, 2025