explodedk Posted March 19, 2014 Share Posted March 19, 2014 (edited) hi i am using the Leo Furniture template on my shop . www.littlefriend.dk when ever the page is viewed on mobile devices, it shows the frontpage without the dias show in the top. i would like to hide other modules when it's shown on mobile devices. the modules i would like to hide is the ones in left collum when entering a product (categories, new products, watched products, manufactors and wishlist) i want em to be viewable from tables and web but not mobile devices. can anyone point me in the right direction thanks Edited March 19, 2014 by explodedk (see edit history) Link to comment Share on other sites More sharing options...
dioniz Posted March 19, 2014 Share Posted March 19, 2014 Try with media queries like this @media (max-width: 767px) { #left_column{ display:none; } } in css file Link to comment Share on other sites More sharing options...
explodedk Posted March 19, 2014 Author Share Posted March 19, 2014 (edited) ey . dioniz i tried the code in my global.css file, but nothing changed. i still see the left column... any other ideas? oops. my mistake, it worked just had to decrease the width a bit more on my monitor Edited March 19, 2014 by explodedk (see edit history) Link to comment Share on other sites More sharing options...
samuelprabhu Posted June 26, 2014 Share Posted June 26, 2014 Hi! Me too facing the same problem.... some one help me sort this issue... Link to comment Share on other sites More sharing options...
cmscluff Posted April 24, 2017 Share Posted April 24, 2017 (edited) For anyone wanting to know how to hide elements today. The way I did this was to add hidden-xs hidden-sm in the modules Class Suffix from configure. Found it to be very easy also, works like a treat on 1.6.1 Edited April 24, 2017 by cmscluff (see edit history) 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