Tagged: , , ,

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #1008341
    #1008378

    Hey studiovene,

    Please try this in Quick CSS to activate the mobile menu at an earlier point:

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

    #1008406

    The problem still exists – it is the MOBILE menu that is overlapping the logo. See link to screen print in private content.
    :-)

    #1008527

    Hi,

    Add this to quick css:

    @media only screen and (max-width: 767px)  {
    .av-burger-menu-main{
    left:100px!important;
    }
    #menu-item-search{
    left:80px!important;
    }
    .logo img{
    width:80%!important;
    }}

    Best regards,
    Jordan Shannon

    #1008809
    This reply has been marked as private.
    #1008883

    Hi,

    Great, glad Jordan could help you out :-)

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

    Best regards,
    Rikard

    #1008884
    This reply has been marked as private.
Viewing 7 posts - 1 through 7 (of 7 total)
  • You must be logged in to reply to this topic.