i want to 2 collection list in mobile view to be like this 2 in same line
like this
instead of this
i want to 2 collection list in mobile view to be like this 2 in same line
like this
instead of this
Hi @Emiway1
To complete your requests, please follow these steps:
@media screen and (max-width: 768px){
collection-list.collection-list {
grid-template-columns: repeat(2, 1fr);
}
}
Here is the result: https://prnt.sc/GQ7FW3QqCvaQ
I hope this help
Best,
Daisy