Hi,
How can we display only a single product per row on category pages when viewed only on mobile devices?
This can be either a single product in a grid layout, or a single product in a list layout.
(the option of allowing the visitors to choose to change the layout is not a viable one).
Flexibility is preferable to decide up to which screen size to show it, so would be great if we knew what we can add in css as:
@media only screen and (max-width: 430px) {}
Thank you!