Tagged: Break Point, Burger Menu
Hello, I need to modify the breakpoint from which the burger menu is visible. Currently it appears to be set to 990px and I need to customize it to 1270px.
I’ve been able to locate another post talking about it, but it seems to be outdated.
Hey Marcos Q.,
Thanks for your question, please try this css:
@media only screen and (max-width: 1270px) {
#top #header .av-main-nav > li.menu-item {
display: none!important;
}
#top #header .av-burger-menu-main {
cursor: pointer;
display: block!important;
}
}
After applying the css, please clear your browser cache and check.
Best regards,
Mike
Thank you Mike. Works fine now.
Hi,
Glad we were able to help, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.
Best regards,
Mike