Tagged: , , ,

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #977939
    #978066

    Hey studiovene,

    Could you please give us a link to your website, we need more context to be able to help you.

    Best regards,
    Victoria

    #978125

    Apologies! I have included the link under private conten.

    #978213

    Hi,

    Please activate the burger menu just before the menu touches the logo at around 1300px width of the browser window.

    /* Activate burger menu */
     @media only screen and (max-width: 1300px) {
    #top #header .av-main-nav > li.menu-item  {
        display: none!important;
    }
    #top #header .av-burger-menu-main {
        cursor: pointer;
        display: block!important;
    }}

    For more tips please check https://kriesi.at/documentation/enfold/menu/#-menu-overlaps-logo-on-tablet

    Best regards,
    Vinay

    #984704

    Dear Vinay
    I have done as requested above, but it seems to have made no difference. Can you help?
    THanks
    Vene

    #984950

    Hi,

    Please try this instead:

    @media only screen and (max-width: 1300px) {
      nav.main_menu {
        display: block !important;
      }
      #avia-menu .menu-item {
        display: none;
      }
      .av-burger-menu-main.menu-item-avia-special {
        display: block;
      }
    }
    

    Also please update your theme to the latest version which is 4.4.1: https://kriesi.at/documentation/enfold/how-to-install-enfold-theme/#theme-update

    Best regards,
    Rikard

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