I have set the display list for the desktop, is it possible to set the grid for
-
Can you please write me step by step how to set up a desktop list for all product categories, and for a mobile let it be a grid?
Hello,
The list view is transformed to grid by default. It is displayed in one column. Do you want to have more columns there?
Kind Regards
I want a grid only for mobile, is it possible?
Attachments:
You must be
logged in to view attached files.
Try to add the following code snippet to the Custom CSS area in Theme Settings to do this
@media (max-width: 768px) {
.elements-list .product-list-item {
width: 50%;
max-width: 50%;
}
}
Does it work, is it possible to set this design for a mobile phone? Headline size and add to cart button? I’m sending what it looked like.
Attachments:
You must be
logged in to view attached files.
We can’t enter your WordPress dashboard at the moment https://gyazo.com/c6db89f8549b31818acf383f0bc7d596
I turned off the Geo filter
Try to disable the cache plugin completely and test how it works with a real mobile device.
I’m testing it on my iphone 5 and it looks like I wanted.
We have configured it with the preset option. Note that it might not work with the cache plugin. It would work with WP Rocket or other cache plugins that support separate cache files for mobile devices.