• Hi

    I need to set on Proteo, Woocommerce, Shop Page

    Products Per Row to 1 on Mobile (min number is set to 2 – looks ridiculous on mobile)

    Best regards

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Francesco Grasso

    (@francgrasso)

    YITH Support Representative

    Hi there,
    please add the following few lines of additional CSS code to your site:

    @media (max-width: 600px) {
    .elementor-widget-wc-archive-products .products,
    ul.products.columns-2, .wc-block-grid.has-2-columns ul.wc-block-grid__products {
        grid-template-columns: repeat(1,1fr);
    }
    }

    This will do the trick for you ??

    Thread Starter tpetauer

    (@tpetauer)

    THX

    Working perfect!

    Thread Starter tpetauer

    (@tpetauer)

    Can you (YITH) include that in new theme release?

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Proteo Woocommerce Shop Page – Products Per Row 1 on Mobile’ is closed to new replies.