Site logo

Archived topic

Two column product and category on mobile view

19 replies · Started by Deniz Akay on January 15, 2019

Viewing posts 1–15 of 20

Hello,

I'm using shopper theme. Default product and category loop always shows one item on mobile view and images look too big. Is it possible to show two products and category in a raw? (I'm using 5 columns by default on desktop view and have no problem with that).

Hi Leo,

I've read your link but I couldn't get what you mean. Can you please guide me on this?

This is the first time I see that option :) Thanks for your help!

No problem :)

Hmm not sure why it would be "sometimes".

Does it still happen with the caching plugin disabled?

Yes it's cache related and solved, thanks Leo!

No problem :)

Hi there,

the issue is the default Woo templates uses floats - you can use this CSS to force all the products to the same height to fix this:

@media (max-width: 768px) {
    .woocommerce[class*=columns-] ul.products li.product:not(.product-category) {
        min-height: 350px;
    }
}

In GP Premium 1.8 this issue should be resolved as we have implemented CSS Grid for displaying them.

Hello David,

I added it but didn't solved the problem. And when I add this CSS, it widens the space between category rows on the same page as well.

Please check my homepage again.

This archived topic is closed to new replies.