Home Forums WoodMart support forum Product Display on mobile

Product Display on mobile

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #234007

    Stephen
    Participant

    Hello,
    I have worked with many woo-commerce theme but the 2 products display on mobile is too traditional especially when my new site is a multi-vendor marketplace.

    Please help help me display at 3 products in a row on the mobile version.

    Thanks

    #234049

    Hello,

    Thank you very much for choosing our theme and for contacting us.

    Please add this code to the Theme Settings > Custom CSS > Global:

    @media(max-width: 768px) {
    body .product-grid-item.col-6{
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
    }

    Best Regards

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