2 column mobile woocommerce

Hi there!

On my shop page on mobile I would like there to be two columns.

Do you mind helping me figure out what CSS I can use to get two columns instead of just 1?

I appreciate your help. My site is here: https://www.thepresetvault.com

Thank you!

Hi @dkolba,

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

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

Here are some related links for further reading:

Hope this helps.

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