• Hello,

    I want to display 5 columns of products on my Virtue webshop – instead of the 4 as it is now. I have tried quite a lot, but nothing seems to work out, so can you please help me out here – if it is possible?

    Thanks! ??

    Jesper

Viewing 5 replies - 1 through 5 (of 5 total)
  • hannah

    (@hannahritner)

    Hi Jesper,
    There’s an option for this in the premium theme, but not the free. You can use this css though:

    @media (min-width: 992x) {
    .kad_product {
        width: 20% !important;
        float: left;
        position: static !important;
    }
    }

    Just paste that into your custom css box in Theme Options > Advanced Settings.
    Hope it helps!

    Hannah

    Thread Starter jesperh95

    (@jesperh95)

    Hi Hannah,

    Thank you very much! Now there is 5 product columns ?? However, if I have 20 products in an archive, then in some rows there is only 1 or 2 columns of products, which doesnt look good. Maybe it has something to do with that the height of the products not being the same, because some product titles uses two lines? Do you by any chance also know how to fix this?

    Thanks! ??

    Jesper

    hannah

    (@hannahritner)

    Can you post a link?
    Thanks!

    Hannah

    Thread Starter jesperh95

    (@jesperh95)

    Hi Hannah,

    Unfortunately the page is in maintanance mode right now, but I have taken a screenshot: https://imgur.com/a/FIxvt

    It probably happens because the product in column 3 in row 1 have a higher height that the other products, which somehow makes the products below not align.

    I look forward to hearing from you! Thanks!

    Best Regards,
    Jesper

    hannah

    (@hannahritner)

    Without a link and being able to see the code it’s hard to know an accurate fix. What ecommerce plugin are you using?

    Hannah

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Change to 5 columns of products instead of 4’ is closed to new replies.