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!
June brought summer energy to our community. Members jumped in with solutions, clicked ...
By JasonH Jun 5, 2025Learn how to build powerful custom workflows in Shopify Flow with expert guidance from ...
By Jacqui May 7, 2025Did You Know? May is named after Maia, the Roman goddess of growth and flourishing! ...
By JasonH May 2, 2025