Hi,
I seem to be always tweaking this site I am doing.
When using reduced Browser screen in the site listed in PC below, the Logo sits across the Home and Products menus.
I was wondering if there is a CSS to control this behavior to prevent this from occurring?
Many thanks
John
Hey John,
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: 1200px) {
nav.main_menu, #menu-item-search {
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