Take your website
To the next level
Discover our newly launched customization services and elevate your web projects to new heights.
Delegate tasks, save time, and unlock the power of professional WordPress outsourcing.

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,092
    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