Hi,
Can you help me out solving the breakpoint for the navigation to switch to hamburger at 1270px width with CSS code? It’s for the following website: https://www.objectivepartners.com.
Thanx in advance.
Regards,
Pim
Hi Pim,
Please try the following in Quick CSS under Enfold->General Styling:
@media only screen and (max-width: 1270px) {
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