New Landing How can we help? Atelier Displaying 2 products side by side on mobile version of Atelier

Viewing 6 posts - 1 through 6 (of 6 total)
  • Posted in: Atelier
  • #296525
    mayk
    Member
    Post count: 22

    Hi,

    Could you tell me where the setting is so that there are 2 products side by side on the mobile version of the Atelier theme. Currently it just displays 1 image and we need it to show more.

    Thanks

    Jon

    #296551
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    Hi,

    We will need to provide you some css to achieve. In what kind of pages?

    The Shop pages?

    -Rui

    #296591
    mayk
    Member
    Post count: 22

    Yeah is the shop pages only. So displays two products side by side.

    #296904
    David Martin – Support
    Moderator
    Post count: 20834

    Please add this to Theme Options => Custom CSS:

    @media only screen and (max-width: 767px) {
    .woocommerce ul.products li.product, 
    .woocommerce-page ul.products li.product, 
    .woocommerce-page[class*=columns-] ul.products li.product, 
    .woocommerce[class*=columns-] ul.products li.product {
        width: 48%!important;
        clear: none!important;
    }
    }
    #296910
    mayk
    Member
    Post count: 22

    Thanks. Could you also tell me how to set the sorting option in the top shop menu to “newness” rather than “default sorting” such that the newest products are always displayed at the top?

    Thanks

    Jon

    Attachments:
    You must be logged in to view attached files.
    #297255
    David Martin – Support
    Moderator
    Post count: 20834

    Hi Jon,

    Can you adjust the WooCommerce plugin settings: Products => Display => Shop & Product Pages => Default Product Sorting => Sort by most recent.

    Thanks.

Viewing 6 posts - 1 through 6 (of 6 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