Hello!
I’d like to have two products showing across the collection pages.
URL - www.aestas.com.au
Thanks,
Ash
@LitCommerce could you offer any assistance? Thanks!
Hello!
I’d like to have two products showing across the collection pages.
URL - www.aestas.com.au
Thanks,
Ash
@LitCommerce could you offer any assistance? Thanks!
On mobile or desktop ?
Hi @MareeAnnCo ,
Go to Assets > index.css and paste this at the bottom of the file:
@media (max-width: 38em) {
.collection__products .grid-display {
grid-template-columns: repeat(2,1fr) !important;
}
}
Hope it helps!
@LitCommerce That has worked, thank you so much!