Comments akmalhakim started the conversationFebruary 14, 2020 at 2:32pmHow 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,092Oliver repliedFebruary 15, 2020 at 10:16amHI! 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%; } } Please note if you comment on your ticket before we reply, your ticket will be pushed down of the tickets list. Regards, Oliver Sign in to reply ...
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;
}
}
HI!
pls. use following css:
Please note if you comment on your ticket before we reply, your ticket will be pushed down of the tickets list.
Regards, Oliver