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!
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