affandy Posted March 18, 2019 Share Posted March 18, 2019 Hello I'm affandy, I'm still new to this Prestashop. I have a problem with the cover category image, which cannot appear on the mobile, but on the desktop there is. I hope there is someone who would like to share me a solution about that. thank you. sorry if my language is not good Link to comment Share on other sites More sharing options...
musicmaster Posted March 19, 2019 Share Posted March 19, 2019 You can set in the css that something should appear only on desktop. This looks something like: @media screen and (min-width: 480px) { body { background-color: lightgreen; } } On Prestashop that is mostly filled in with classes. So you have classes that only show with certain screen sizes. 1 Link to comment Share on other sites More sharing options...
affandy Posted March 20, 2019 Author Share Posted March 20, 2019 thank you musicmaster that's very helpful 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