Take your website
To the next level
Discover our newly launched customization services and elevate your web projects to new heights.
Delegate tasks, save time, and unlock the power of professional WordPress outsourcing.

Okay
  Public Ticket #1786169
Show 5 columns in the products
Closed

Comments

  • Jesús started the conversation

    Hi, how can I make the product page https://productoslanyn.es/tienda/ show 5 products. On the home page I have done it and it's fine, but the 5 product takes a few seconds to load. Which may be due. Thank you

  •  7,095
    Oliver replied

    HI!

    pls. use following css:

    @media (min-width: 768px) {
    .products.inline-row .product.inline-column {
        width: 20%;
    }
    .products.inline-row .product.inline-column {
        min-width: auto;
    }
    }

     

    Please note if you comment on your ticket before we reply, your ticket will be pushed down of the tickets list. 

    Regards, Oliver