New Landing How can we help? Atelier How to make layout grid as the default view of product list on mobile?

Viewing 13 posts - 1 through 13 (of 13 total)
  • Posted in: Atelier
  • #233806
    a040005
    Member
    Post count: 48

    Hello,

    How to make layout grid as the default view of product list on mobile?
    Default list view displays a product with width 100%.
    I’d like to change default view of product list to layout grid for mobile phone.

    I attach images below.

    Attachments:
    You must be logged in to view attached files.
    #233863
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Hi

    This feature is highly requested so we have added to the list to add in a future update. For now add this to your custom css:

    @media only screen and (max-width: 479px) { 
      .woocommerce .products.product-grid .product:not(.product-layout-list) {
        float: left;
        width: 50%!important;
      }
    }

    – Kyle

    #234215
    a040005
    Member
    Post count: 48

    Thank you!

    #234221
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    No problem

    #260530
    alexanderchristiansen
    Member
    Post count: 179

    Is this feature still not added to the theme or do we need to use the custom css?

    #260561
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Hi

    For now use the custom css, I will remind the developer to add this option

    – Kyle

    #303843
    Julien_Frisch
    Member
    Post count: 18

    Hello Kyle,

    Same question as Alexander: is the feature still not added yet?

    Thanks,

    Julien

    #304045
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    I’m not sure, will forward to our head developer so he can reply.

    -Rui

    #304264
    Swift Ideas – Ed
    Keymaster
    Post count: 15264

    Hi @Julien_Frisch

    Currently we only have the default display type option for all screen sizes. We still have a mobile override option on our list.

    Thanks,

    – Ed

    #318343
    jonathanthomas
    Member
    Post count: 17

    I’ve tried to use the CSS provided but it forces all screen sizes to use the grid view. Perhaps something has changed this this solution was posted? This is still a very much needed feature or at least temporary CSS patch / fix. Could you verify that this still works and if not provide an updated version?

    Thanks guys! You do an awesome job.

    #318344
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    @jonathanthomas

    Can you describe exactly your issue and post a link to the page where you are seeing the issue?
    Thanks

    -Rui

    #318345
    jonathanthomas
    Member
    Post count: 17

    I’m sorry. This was a mistake on my part. A heads up to anyone else out there — do not have two windows open when you change settings in theme options. It can lead to conflicts. In my case the window I had open for Custom CSS also had the display mode set to grid. In another I was changing the display mode to standard. This was creating some very strange behavior that was hard to sort out!

    The Theme Options page is just one big page so even if you are working on settings in one section the other sections settings still have an affect when you click Save Changes.

    #318347
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    No problem. Glad it’s sorted.

    -Rui

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

You must be logged in and have valid license to reply to this topic.

License required for one of the following items
Login and Registration Log in · Register