Hi,
How do I now change the size at which the mobile menu kicks in?
I used to use a media query below, but it doesn’t work since the burger menu changes earlier in the year.
@media screen and (max-width: 1210px) {
#advanced_menu_toggle { display: block !important; }
nav.main_menu { display: none !important; }
}
Ideally, I would like to to kick in at 1210px wide – the client has a big logo.
Thanks
Hi,
I found the code I should be using on another thread, but…
@media only screen and (max-width: 1210px) {
.av-main-nav > li.menu-item-avia-special {
display: block;
}
.av-main-nav > li.menu-item {
display: none;
}}
but I the text in the burger menu is very small now, can you help!?
Hi,
Thanks for the link though your site is not loading at all on my end, could you check please?
Best regards,
Rikard
Thanks for getting back to me. Enfold has changed a bit since I last built a site using it, I think I found what I need in the Advanced settings.
Hi jonrouse,
Looks like you got it working! Great job! :)
If you need further assistance please let us know.
Best regards,
Victoria
Yes, thanks Victoria. Enfold keeps changing, and I found the advanced settings to make the text in the burger menu bigger.
Thanks so much :)