coralie Posted May 24, 2013 Share Posted May 24, 2013 Hello, I have a responsive theme on my site and I would like to hide the left column on my smartphone that contains the navigation module faceted. Do you have a tip? www.popweez.com Link to comment Share on other sites More sharing options...
coralie Posted May 24, 2013 Author Share Posted May 24, 2013 I would remove a module on the iphone version no longer have the left column. Please help me Link to comment Share on other sites More sharing options...
cedricfontaine Posted May 24, 2013 Share Posted May 24, 2013 Do you use a framework for the responsive ? For example with Foundation you could add the class hide-for-small in your colum to hide it on phone. Link to comment Share on other sites More sharing options...
HiPresta Posted May 25, 2013 Share Posted May 25, 2013 try to add this at the end of your global.css @media screen and (max-width: 780px){ #layered_block_left{ display:none; } #eb-top-image-shadow, ul#product_list{ margin-left:0; } #eb-product-list clearfix:after, #eb-product-list clearfix:before{ content:none; } } Link to comment Share on other sites More sharing options...
coralie Posted May 27, 2013 Author Share Posted May 27, 2013 Thank you very much. This works very well Link to comment Share on other sites More sharing options...
HiPresta Posted May 27, 2013 Share Posted May 27, 2013 Link to comment Share on other sites More sharing options...
Recommended Posts