Viewing 3 replies - 1 through 3 (of 3 total)
  • Hey,
    There isn’t a setting for this in woocommerce. You can however just create a custom page where you add a category block, there you can set two columns in the block, then in your menu just link to that custom page.

    Another option is custom css, for example:

    .archive.post-type-archive.post-type-archive-product ul.products.product-archive {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    Ben

    Thread Starter wprat

    (@wprat)

    I see… many thanks.

    By the way, there is bug in Header cart design > Design > Cart colors: after few color changes, this option stops responding and you are unable to change color!

    bye, wprat

    hannah

    (@hannahritner)

    Hi wprat,
    I’m not able to replicate that. Can you confirm you’re running the latest versions of the theme/plugins/worpdress? Also, make sure your cache is being cleared.

    Kindly,
    Hannah

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘would like two columns only in products archive page’ is closed to new replies.