Hi,
When viewed on a tablet, the navigation and the logo run into and overlap each other. Is there a setting so that the site looks fine on tablet. I’ve added a screenshot of the nav and the logo running together
Hey advcomm,
Please try the following in Quick CSS under Enfold->General Styling:
@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