Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1346012

    Hi,
    can you help me with this problem?
    The Logo goes over the navi on ipad.Is it possible to put the navigation under the logo?
    When not it would be great to get the code for the burger menu when its not a big screen.

    Thanks a lot!

    Many greetings rixi

    #1346069

    Hey rixi,

    Please try this in Quick CSS, in order to activate the burger menu at an earlier point:

    @media only screen and (max-width: 1350px) {
      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

    #1346079

    Hi Rikard,
    perfeccccct, thanks alot!!!!!!!!!!!!!!!! Looks great!

    Have a nice weekend,
    rixi

    #1346132

    Hi,

    Great, I’m glad that we could help :-)

    Please let us know if you should need any further help on the topic or if we can close it.

    Best regards,
    Rikard

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.