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