Hello Summer Sale!
Exclusive season-opening discount on TheGem theme.
Limited time offer.

Okay
  Public Ticket #2300469
How can I make the product show 2 column in mobile
Closed

Comments

  • akmalhakim started the conversation

    How can I make my product page shows two column of product in a mobile point of view.

    This code not working.

    @media (max-width: 479px) and (min-width:420px){
    .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%;
    margin: 0 0 2.992em;
    }
    li.product .product-info-wrap{
    padding:20px 15px 25px 15px;
    }
    }


  •  7,280
    Oliver replied

    HI!

    pls. use following css:

    @media only screen and (max-width: 550px) {
    body .portfolio .fullwidth-block .portfolio-set .portfolio-item, .portfolio .portfolio-set .portfolio-item, 
    body .portfolio.fullwidth-columns-6 .fullwidth-block .portfolio-set .portfolio-item {
        width: 50%;
    }
    }

     

    6707465710.png

    Please note if you comment on your ticket before we reply, your ticket will be pushed down of the tickets list. 

    Regards, Oliver