Mobile Product Grid From 1 To 2 Items Per Row

I want to change from 1 to 2 products per row On mobile version

Debutify theme.

https://baricexpress.myshopify.com

Hi @Leon_baric

Do you want like this?

If yes, please add the CSS below to your theme

@media (max-width: 767px) {
  #FeaturedCollections-template--17064001339691__71b78e2c-5f27-4205-bcf3-bda7995c668b .grid__item {
    width: 50% !important;
  }
}

Its working, thank you :heart:

You are welcome