WooCommerce: Show products in two columns in mobile

Use this code to show products in two columns in mobile view only


@media (max-width: 468px)
{
ul.products li.product
{
width: 44% !important;
}
}

Leave a Reply