How to have two column grid view on mobile for products and collections (Enterprise Theme)

How to have two column grid view on mobile for products and collections (Enterprise Theme)

Thetotelibrary
Visitor
3 0 0

Hi, 

I bought the Enterprise Theme, and it has many amazing features, but weirdly enough you cannot choose to have two column grids on mobile view when viewing collections or all products.

Can anyone help me with this? 

Replies 2 (2)

zaczee
Globetrotter
855 46 44

Hi,

 

Add this CSS code
Online Store > Themes > Edit code > Assets > custom.css or theme.css

 

 

@media (max-width: 767px) {
  .grid-uniform { display: flex;
    flex-wrap: wrap; }
  .grid__item.grid-product { width: 50%; }
}

 

 

SJA11
Excursionist
25 0 3

hey i am planning to purchase enterprise. Is it worth it ? whats ur feedback ?