Hi!
Does anyone know how display four instead of three collections in one row in dawn theme?
Thanks in advance ![]()
muchneeded.store
code: flohpu
Hi!
Does anyone know how display four instead of three collections in one row in dawn theme?
Thanks in advance ![]()
muchneeded.store
code: flohpu
can you please try this code
@media screen and (min-width: 750px){
.collection-list.grid--3-col-tablet .grid__item {
width: calc(33.33% - var(--grid-desktop-horizontal-spacing) * 2 / 3);
}
}
Hi there! Tried using this code in our shop as well but it didn’t work. I use dawn theme as well. I need four collections to show instead of three. Could you please have a look at our site and provide a solution?
https://yourstrulychocolate.myshopify.com/
Thanks!
@Yours-truly00 sorry but i can see at home page only 3 can you show me 4
Sure! I’ve just updated it to four.
wow great thanks
@media screen and (min-width: 750px) {
.collection-list--4-items .grid__item {
width: calc(24% - var(--grid-desktop-horizontal-spacing) / 2) !important;
}
}
Thank you! It worked!
its my pleasure to help us