MEnu 2 Panel

Right now the menu only shows on smartphone size - how do I get it to appear at other sizes?
11 years 3 days ago #13 by David Maurand

Please Log in or Create an account to join the conversation.

  • Posted by TemplatePlazza (5456) Offline
Hi blue_shift,
The module is optimized for mobile devices, but if you want to make it's displayed on desktop size, you can modify this file : [root]/modules/mod_menu2panel/assets/mmenu.css

around line 419 you will see this code :
@media all and (min-width: 500px) {
a#mmenu { display: none; }
.mmenu.mmenu-vertical


please change to
@media all and (min-width: 500px) {
.mmenu.mmenu-vertical
11 years 3 days ago #14 by TemplatePlazza

Please Log in or Create an account to join the conversation.

Powered by Kunena Forum