• larosadelborghetto

    (@larosadelborghetto)


    Hi, I hope you can help me, I would like to configure the shop in the mobile version in two product columns (currently the mobile version shows one product at a time while scrolling). how can I set it?

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

Viewing 1 replies (of 1 total)
  • Hi, add this code in custom css section

    @media (max-width: 600px){
    ul.products {
      display: block;
    }
    
    ul.products li.product {
      float: left;
      width: 50%;
      padding: 10px 10px;
    }
    }
Viewing 1 replies (of 1 total)
  • The topic ‘Set two product columns in mobile version’ is closed to new replies.