Lorenza Theme - 2 products per row on collection pages

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!

@MareeAnnCo ,

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!

1 Like

@LitCommerce That has worked, thank you so much!

1 Like