Shopify themes, liquid, logos, and UX
i want to 2 collection list in mobile view to be like this 2 in same line
like this
instead of this
URL: https://redpandaoutdoor.in
Solved! Go to the solution
This is an accepted solution.
Hi @Emiway1
@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
This is an accepted solution.
Hi @Emiway1
@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
Learn how to build powerful custom workflows in Shopify Flow with expert guidance from ...
By Jacqui May 7, 2025Did You Know? May is named after Maia, the Roman goddess of growth and flourishing! ...
By JasonH May 2, 2025Discover opportunities to improve SEO with new guidance available from Shopify’s growth...
By Jacqui May 1, 2025