Tagged: breakpoint
Good afternoon, I have tried many solutions in your support but I can not get my site to have a breakpoint change. Because they have the button & image in their menu the menu goes under the logo at 1024. How can I get it to break sooner so that the mobile shows up sooner. Thank you for your help and a great theme.
Sylvia
Hi Sylvia,
Please try the following in Quick CSS under Enfold->General Styling:
@media only screen and (max-width: 1024px) {
nav.main_menu {
display: block !important;
}
#avia-menu .menu-item {
display: none;
}
.av-burger-menu-main.menu-item-avia-special {
display: block;
}
}
Best regards,
Rikard