MEnu 2 Panel

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

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

  • Posted by TemplatePlazza (5310) 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
9 years 8 months ago #14 by TemplatePlazza

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

Powered by Kunena Forum