• Priority: 0
  • Status: Closed
  • Theme: Alysum
  • Assigned To: Fred
  • Private: No
  • Open Date: 13.07.20, 11:44
  • Opened by: ana savin
  • Closed by: Anonymous Submitter
  • Closed on:
  • Reason: Not a bug

Ticket #18607 - Display 2 products per row in Category Page Mobile

Hello, How can i display 2 products per row in Category page for mobile version?

Comments

Fred 13 Jul 2020, 12:27

Hi, ana savin.
Go to AMP Settings → Category page and select an option to display 2 product per row

ana savin 14 Jul 2020, 08:50

I don`t use AMP on mobile.

Fred 14 Jul 2020, 13:33

try following CSS

@media (max-width:600px) {
#pattern .view_grid .product_list .grid-container {
  grid-template-columns: repeat(auto-fill, minmax(130px, 1fr));
}
}