[Support request] Gutenberg product column

Home Forums Support [Support request] Gutenberg product column

Home Forums Support Gutenberg product column

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #809726
    Pedro

    Hello! In my shop I have it configured so that in the pages of the store (WooCommerce) there are 2 columns in the mobile version.

    For the home page, and others, I used WordPress gutenberg. The problem is that in these pages I show the products in 1 column, not 2 as I have configured in GP Premium. (mobile version)

    Can you help me? Thank you!

    #809834
    Tom
    Lead Developer
    Lead Developer

    Hi there,

    Give this a shot:

    @media (max-width: 768px) {
        .woocommerce[class*=columns-] ul.products li.product {
            width: 48%;
            float: left !important;
            clear: both;
            margin: 0 0 2.992em 2%;
        }
    }

    Let me know 🙂

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.