hi, the navigation gets over the logo on a webpage when i open it on a laptop .
Is there a code that i can always use on quick css when i have that problem or is it always different?
Many greetings
rixi
Hey rixi,
Please try the following in Quick CSS under Enfold->General Styling:
@media only screen and (max-width: 1290px) {
  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 Ricard,
perfect :) Thanks a lot!!!
Many regards rixi
