No menu on mobile device
-
Hi,
With my website I tried to integrate Max Mega Menu plugin with the Customizr theme. It works OK only on a desktop screen.
https://digimarketjobs.com/register-your-digital-marketing-skills-3/
But on a mobile device the website has is no menu.
https://s7.postimg.org/6ghqybud7/Screenshot_2015_08_31_22_37_58.png
This is the code I entered in the Custom Styling (CSS editor) part of the plugin:
#{$wrap} #{$menu} {
/** Custom styles should be added below this line **/
}.navbar-inner {
min-height: 0 !important;
}.navbar-inner div.social-block {
display: none;
}.navbar-inner button.btn-navbar {
display: none;
}.navbar-inner .nav-collapse,
.navbar-inner .nav-collapse.collapse {
overflow: visible;
height: auto !important;
}@media only screen and (max-width : $responsive_breakpoint) {
#{$wrap} {
display: none;
}
}Ideally I want an upper fixed menu that looks very similar to the one at https://www.aweber.com/.
How can this be achieved with the Max Mega Menu plugin?
Look forward to hearing from you.
Kind Regards,
Yunis
- The topic ‘No menu on mobile device’ is closed to new replies.