Hi, the Mobile Breakpoint Position “Rasterzeile” can be either 767 or 989 as per drop down selection. How can I set it to a lower pixel rate? What’s the correct CSS setting?
Thanks
Hey aboderc,
Please try this CSS, and replace the 1024 value with your preferred pixel value:
@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