• Priority: 0
  • Status: Closed
  • Theme: Alysum
  • Assigned To: Fred
  • Private: No
  • Open Date: 06.10.21, 17:20
  • Opened by: Anonym06
  • Closed by: Anonymous Submitter
  • Closed on:
  • Reason: Not a bug

Ticket #22385 - 2 product per line on mobile

Hello, I would like that on the telephone version of my website, that the products are displayed by 2 on the same line

Comments

Fred 06 Oct 2021, 17:34

Hi, Colin bihler.
Could you please give me a link to a page where I can see the issue?

Anonym06 06 Oct 2021, 17:37

horizane.com/accueil

Fred 07 Oct 2021, 09:55

Try this CSS fix

@media (max-width:600px) {
  #pattern .view_grid .product_list .grid-container {
    grid-template-columns: repeat(auto-fill, minmax(100px, 1fr));
  }
}
Anonym06 11 Oct 2021, 09:48

thanks you a lot

Fred 11 Oct 2021, 10:23

You are welcome!