hmsnl
1
Hello everyone,
I’m trying to change my carousel into 2 even sections, and i don’t want the third item to be seen.
This is what i want:
This is what i have right now:
I know that I need to do custom CSS with the .product-card, but I don’t know exactly. Can someone help me? I’m using Atelier Theme.
Store preview-link:
Regards,
Moeed
2
Hey @hmsnl
Add this CSS in the “Custom CSS” option in your section theme editor.
@media screen and (max-width: 767px) {
slideshow-slide.resource-list__slide {
width: 49% !important;
}
}
RESULT:
If I managed to help you then a Like would be truly appreciated.
Best,
Moeed