• Resolved Helena Rodrigues

    (@helena1986)


    Hello, I would like to know if it is possible to show more than one product per row on mobile? (just testing yet) thanks

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Plugin Author ndre

    (@ndre)

    Hi @helena1986,

    Yes, you can use the following custom CSS:

    
    @media (max-width: 1000px) {
    .ecommerce-product-catalog .responsive .al_archive {
        float: left;
        width: 47%;
        margin: 1% 2% 2% 1%;
    }
    }
Viewing 1 replies (of 1 total)
  • The topic ‘Product at mobile’ is closed to new replies.