Support » Theme: Nozama Lite » How to make Woocommerce mobile site 2 columns for products to show

  • Hi Support Team

    On the responisve smartphone view, there ist just on column in the shop view of woocommerce.

    How can i change this to 2 columns?

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

Viewing 1 replies (of 1 total)
  • Hi there,
    add this

    @media(max-width:767px){
    .row-items .col-lg-4 {
        width: 50%;
        flex: 0 0 40%;
    }
    }

    in your custom CSS box under Customize-▸Additional CSS

    Let me know if this worked for you.

Viewing 1 replies (of 1 total)
  • The topic ‘How to make Woocommerce mobile site 2 columns for products to show’ is closed to new replies.