On resizing the browser window I’m seeing the main menu disappear at about the 1100 pix breakpoint, and the whole header becomes taller.
On Chrome, the menu does not re-appear as the window width shrinks – On Firefox the mobile burger menu eventually displays
Hey Derek,
Here is the code you can put in Enfold > General Styling > Quick Css, if it does not work, put into themes/enfold/css/custom.css
@media only screen and (max-width: 1098px) {
.html_mobile_menu_tablet .main_menu,
.html_mobile_menu_tablet #header_main_alternate {
display: block;
}
.menu-item {
display: none;
}
}
If you need further assistance please let us know.
Best regards,
Victoria
I’m afraid it doesn’t seem to change the behaviour whether i add it to quick css or the css file
Hi Derek,
Here is the code you can put in Enfold > General Styling > Quick Css, if it does not work, put into themes/enfold/css/custom.css
@media only screen and (max-width: 1110px) {
.html_mobile_menu_tablet .main_menu,
.html_mobile_menu_tablet #header_main_alternate {
display: block !important;
}
.menu-item {
display: none;
}
.av-burger-menu-main.menu-item-avia-special {
display: block;
}
}
If you need further assistance please let us know.
Best regards,
Victoria