Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #929458

    Hi guys,
    I want to know how to have the burger menu appear when the desktop screen size is minimised, and the logo and menu items clash.

    Thanks

    #929609

    Hey marsh1984,

    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 {
        display: block;
      }
      .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

    • This reply was modified 6 years, 8 months ago by Victoria.
Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.