Hi,
There’s a gap between when the regular menu disappears and the burger menu appears. The burger menu should appear at 840px. How do I do this? Details in private content.
Thanks
Hey connect4consulting,
Did you try to set the burger menu to show on tablets as well under Enfold->Main Menu?
Best regards,
Rikard
Yes I already did that. I created a user account for you. It’s a live site so please be careful.
Hi,
Thanks for that. I cleared the cache from your caching plugin and it’s now showing at 990 pixels width and below, does that work for you?
Best regards,
Rikard
Hi,
I want it to be from 840 pixels width and below.
This is what I currently have:
@media only screen and (max-width: 840px) {
#mobile-advanced, #advanced_menu_toggle, #advanced_menu_hide { display: block; }
nav.main_menu { display: none; }
#advanced_menu_toggle, #advanced_menu_hide {
font-size: 60px;
}
.avia_desktop #advanced_menu_toggle:hover, .avia_desktop #advanced_menu_hide:hover {
background-color: #3B596A;
color: #3F9A82;
border-color:#3B596A;
}
}