• Priority: 0
  • Status: Closed
  • Theme: Alysum
  • Assigned To: Fred
  • Private: No
  • Open Date: 21.12.20, 14:34
  • Opened by: Thomas HULIN
  • Closed by: Fred
  • Closed on: 21.12.20, 15:22
  • Reason: Closed
  • Comment: Glad to help!

Ticket #20278 - possible to have 2 side by side images on mobile ?

Hi ! In category page, is it possible to have 2 side by side images on mobile ? i don’t find any option ?

Thx

Comments

Fred 21 Dec 2020, 14:49

Try following CSS

@media (max-width:768px) {
#pattern .view_grid .product_list .grid-container {
grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
}
}
Thomas HULIN 21 Dec 2020, 15:21

Thanks !

i have add grid-column-gap: 5px !important;

i have a little superposition but it’s ok ! Thx

Fred 21 Dec 2020, 15:22

you are welcome