• Hi there, I was trying to change the theme to 2 products per row on mobile site. Tried to put in code in CSS but still cant get anything out of it. Any help?

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

Viewing 1 replies (of 1 total)
  • Theme Author VW THEMES

    (@vowelweb)

    Hello @neonstation7,

    The product setting is only for desktop if you have to change in mobile you have to add the below CSS in Additional CSS.

    @media screen and (max-width: 720px){
    .products li, .related.products ul li {
       width: 48% !important;
    }
    }

    Thanks.

Viewing 1 replies (of 1 total)
  • The topic ‘2 products per row on mobile site’ is closed to new replies.