Two Columns Widget Area on Mobile

Hi,

I would like to make only the widget area become two columns instead of stack on mobile. Kindly notice that i have two rows of widget area and they already have a shortcode showing best selling and sale product on woocommerce. Can you help me on this?

Thank you.

Best,
Rendy

Hello Rendy,

Please add this code in X > Theme Options > CSS:

@media (max-width: 480px) {
    .woocommerce.columns-4 li.product {
        width: 48%;
    }
}

Here are some related links for further reading:

Hope this helps.

This is work great! Thank you!

Best,
Rendy

Glad we were able to help you :slight_smile:

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.