On my clients website the menu “chrashes” with the logo when screen size is small.
How can I fix this?
Hey Andreas,
Please try the following in Quick CSS under Enfold->General Styling:
@media only screen and (max-width: 1370px) {
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
Hi Rikard,
That worked perfect on the menu.
However when it now changes to tablet menu, the text doesnt use the font size defined for tablet (the white text dissapears into the white area).
How do I fix this?