Okay
  Public Ticket #1232522
product list on mobile
Closed

Comments

  • julius started the conversation

    Hello,

    I noticed that when you display the product list on two colums on a mobile display they don't appear correctly.

    If you look on the attached screen shot, sometimes instead of two products being side by side it appears to leave a gap.

  • [deleted] replied

    Hi Julius,

    I'm not seeing this problem on this page for example http://sonicsoundkits.com/shop. Can you please write URL of this exact page please? We need to investigate your site and then get back to you if we have possible solution.

  • julius replied

    The screen shot i took on mobile was on http://sonicsoundkits.com/product-category/sound-kit

  • [deleted] replied

    Hi Julius,

    Can you please add the code below to your Custom CSS area:

    @media screen and (max-width: 768px) {
        .laborator-woocommerce .items .product {
            min-height: 415px;
        }    
    }