New Landing How can we help? Atelier 2 products in row on mobile

Viewing 4 posts - 1 through 4 (of 4 total)
  • Posted in: Atelier
  • #221850
    rziri
    Member
    Post count: 3

    Hello,
    I would like to display 2 products in the same row on store pages in the mobile view.
    It currently displays a single product per row.
    help?

    #221853
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Hi

    Try adding this to your custom css:

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

    – Kyle

    #222198
    rziri
    Member
    Post count: 3

    not working…

    #222251
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    Hi,

    Try this one

    
    @media only screen and (max-width: 479px){
    .full-width-shop .product, .full-width-shop .sidebar[class*="col-sm"] {
        width: 50%!important;
    }
    }

    -Rui

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