How to set Jux Mega Menu to mobile devices has always been open without clicking. I do not want to see the three horizontal lines, just open the menu.
Like here:
stackoverflow.com/questions/19083172/boo...pand-on-small-screen
Only always the extended first level without sublevels.
Please help me.
Hello Marcin,
About your problem,
Please go to back-end -> modules-> JUX Mega Menu module -> tab advanced -> config custom css
add css
@media screen and (max-width: 768px){
#megamenucss #js-mainnav.megamenu .js-megamenu{
display: block!important;
}
}
Hope this help!
If you really like our product please write a review and vote 100 points for us at:
Hello
Please go to modules/mod_jux_megamenu/tmpl/default.php
remove line 58
//$(".megamenucss<?php echo $module->id;?> #CSS3-megaMenuToggle").click(function () {
and line 73
//});
Thanks!