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

    Good morning,
    could you perhaps help me by this page with the code for the mobile version, so that the Logo doesn`t go over the menu?
    That would be great!

    Many regards Rixi

    #1484866

    Hey rixi,

    Please try the following in Quick CSS under Enfold->General Styling:

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

    #1484870

    Hi Rikard,
    perfect :) Thanks a lot!!!
    Have a nice weekend!

    Many regards rixi

    #1484880

    Hi,

    Thanks for the update. Please open a new thread if you should have any further questions or problems.

    Best regards,
    Rikard

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Logo over navigation on mobile’ is closed to new replies.