Hey so I have a section on my collection page,
and I wanna display it smaller on mobile
It’s on my draft theme so you will have to navigate to End of Season Sale > Ready To Wear
Hey so I have a section on my collection page,
It’s on my draft theme so you will have to navigate to End of Season Sale > Ready To Wear
Hi @Moeed ,
Add this CSS code Online Store > Themes > Edit code > Assets > custom.css or theme.css
@media (max-width: 479px) {
.home-collections .collections-slider .item {
flex: 0 0 20% !important;
max-width: 20% !important;
}
}
Hey, it’s all good now, but if you notice, the last one got smaller compared to the other ones. Can you fix that? It will be really appreciated.
Please do have a look on it as well @SmallTask Thank you so much