• helo.. we did not change anything, but since a couple of days, the products are being shwon in 1 column. I tried to change some option in the “Customizer” but nothing happen….

    I am not sure, but the proteo theme was updated the last days. maybe that is reason?

    Thanks!!!

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

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hello
    I had the same problem and this is the solution the Yith team gave me.
    “you can add the following additional CSS”

    @media (max-width: 600px) {
        ul.products, .wc-block-grid ul.wc-block-grid__products {
            grid-template-columns: repeat(2, 1fr);
      }
    }
    • This reply was modified 2 years, 5 months ago by brodward.
    Francesco Grasso

    (@francgrasso)

    YITH Support Representative

    Hello there,
    thanks @brodward for you kind suggestion. But the code I sent you was to solve issues on mobile layout.
    If @frueda30 have issues on desktop layout, it will not be applied.
    @frueda30 I can see that you have your website minimized and the style.css is minimized and cache by autoptimize plugin. Please clear cache and rebuild the css. It will work fine, tested on a staging website with same configuration

    Thread Starter frueda30

    (@frueda30)

    Thanks @brodward and @francgrasso

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Products in shop are being shown in 1 column’ is closed to new replies.