MaziN Posted July 6, 2020 Share Posted July 6, 2020 Hello all, I need to do a change in "category page" who list my products from two to one column just in mobile devices. Someone know how to do that? Version: 1.7.6.5 Link to comment Share on other sites More sharing options...
musicmaster Posted July 8, 2020 Share Posted July 8, 2020 I think the best way is to change the css file(s) - at least global.css. The width specific instructions there look like: @media (min-width: 768px) { If you change the values so that it always follows the mobile pattern it should work. An alternative is to have a look at the template files. Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now