Home Forums WoodMart support forum I have set the display list for the desktop, is it possible to set the grid for

I have set the display list for the desktop, is it possible to set the grid for

Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #292030

    thomasdexter
    Participant

    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?

    #292040

    Artem Temos
    Keymaster

    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

    #292044

    thomasdexter
    Participant

    I want a grid only for mobile, is it possible?

    Attachments:
    You must be logged in to view attached files.
    #292105

    Artem Temos
    Keymaster

    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%;
    	}
    }
    #292108

    thomasdexter
    Participant

    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.
    #292131

    Artem Temos
    Keymaster

    We can’t enter your WordPress dashboard at the moment https://gyazo.com/c6db89f8549b31818acf383f0bc7d596

    #292139

    thomasdexter
    Participant

    I turned off the Geo filter

    #292144

    Artem Temos
    Keymaster

    Try to disable the cache plugin completely and test how it works with a real mobile device.

    #292148

    thomasdexter
    Participant

    I’m testing it on my iphone 5 and it looks like I wanted.

    #292163

    Artem Temos
    Keymaster

    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.

Viewing 10 posts - 1 through 10 (of 10 total)