Jump to content

[Solved] Hide right column on product page / mobile version


superskyman100

Recommended Posts

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 by superskyman100 (see edit history)
Link to comment
Share on other sites

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...