superskyman100 Posted April 16, 2019 Share Posted April 16, 2019 (edited) Hello, I'm using Prestashop 1.7, theme Warehouse 4.2.1, and I need one simple CSS to hide the product page right column ONLY on mobile version i'm totally newbie into programming, i've tried this after compulsing several forums but it's not working : @media (max-width: 600px){ #right_column { display: none !important; } } ...but it's not working... Is anyone have the code for such a simple stuff ?? Thanks Edited January 24, 2020 by superskyman100 (see edit history) Link to comment Share on other sites More sharing options...
NemoPS Posted April 19, 2019 Share Posted April 19, 2019 Can you share the site's url? There might be something overriding it, or maybe you didn't add it to the proper file 1 Link to comment Share on other sites More sharing options...
superskyman100 Posted April 19, 2019 Author Share Posted April 19, 2019 Hello Nemo, thanks for your help, i've finally find the solution : @media (max-width: 600px){ #right_column_product { display: none !important; } .product-sidebar{ display: none !important; } 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