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

    Hi,
    i just saw that the webside i am doing right now looks not right on the ipad. the menubuttons are in two rows and the logo goes over the menu.
    I dont really now what the problem is there.
    Would be great if somebody can help me :)

    thanks a lot,
    rixi

    #1079519

    Hey rixi,

    Thanks for the link, though I can’t see any overlapping on any screen size on my end. You could try to change the breakpoint using this CSS though:

    @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

    #1079768
    This reply has been marked as private.
    #1080070

    Hi rixi,

    Glad you got it working for you! :)

    If you need further assistance please let us know.

    Best regards,
    Victoria

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