steve_c Posted April 28, 2014 Share Posted April 28, 2014 Hi All I have "Advanced Top Menu" module. I would like to disable this for responsive view in mobiles and just have the simple category menu instead. Is this possible at all? I ask because this menu does not look good at all in a small browser. The width etc throws everything out. Thanks in advance! Link to comment Share on other sites More sharing options...
dioniz Posted April 28, 2014 Share Posted April 28, 2014 You can do it with media queries. Something like this: @media (max-width: 767px) { #yourmoduleselector{ display:none; } } 1 Link to comment Share on other sites More sharing options...
steve_c Posted April 28, 2014 Author Share Posted April 28, 2014 I've tried this but doesn't seem to be working. I will persevere though. Thanks for the suggestion Link to comment Share on other sites More sharing options...
Recommended Posts