Viewing 20 posts - 1 through 20 (of 20 total)
  • Author
    Posts
  • #862935

    Hi Kriesi-Team.
    According to my problem, I found an old thread with the same problem. I just guess, the mentioned image-width etc. in the code is aimed for the threadstarter and not suiteable for my logo dimensions etc. :
    https://kriesi.at/support/topic/menu-overlapping-logo-when-resizing-browser-window/

    Could you please help me to solve the problem with a suitable code or another tipp, so the menu is noch overlaying the logo on the left when resizing the browser window?

    Thanks for your help.

    Greetings,
    Manuel

    #862943

    Hey Manuel,

    Authentication required. Can you please post username and password for it as well?

    Best regards,
    Yigit

    #862946
    This reply has been marked as private.
    #862951

    Hi,

    They do not seem to work for me. Could you please check them once again? :)

    Best regards,
    Yigit

    #862953
    This reply has been marked as private.
    #862972

    Hey!

    Sorry but they are the same. Nevertheless, i tried again and still did not work. Maybe they are providing logins for the wrong site? :)

    Cheers!
    Yigit

    #863331
    This reply has been marked as private.
    #863335
    This reply has been marked as private.
    #863411

    Hi Dataplus_gmbh,

    Here is the code you can put in Enfold > General Styling > Quick Css,  if it does not work, put into themes/enfold/css/custom.css

    
    @media only screen and (min-width: 768px) and (max-width: 1395px) {
      .menu-item {
        display: none;
      }
      .av-burger-menu-main.menu-item-avia-special, #menu-item-search {
        display: block;
      }
    }
    .av-main-nav > li > a {
        padding: 0 8px;
    }
    

    If you need further assistance please let us know.
    Best regards,
    Victoria

    #863444

    Hi Victoria.

    Thanks a lot for your immediate help – it works perfect.

    Unfortunately I just got another problem with this new situation I´m not able to manage myself.
    I got some submenus in the main menus “Standardprodukte” and “Unsere Kompetenzen”, which appear when swiped by the mouse cursor.
    When i resize the browser window now to the level the mobile-menu appears, this submenus don´t appear anymore or are no more “clickable”.

    Do you have an idea for that problem?

    Thanks a lot and greetings
    Manuel

    #863465

    Hi Manuel,

    Yeah, that issue with the mobile menu has been there for a while, so if you can keep the menu setting to be open on mobile for a while, would be nice.
    Here is a thread with other solutions
    https://kriesi.at/support/topic/sub-menu-do-not-appear-in-mobile-menu-since-4-1/#post-823575

    If you need further assistance please let us know.
    Best regards,
    Victoria

    #863488

    Thanks for the link and your kind help – it works for me perfectly with the mobile version menu-option “submenu appear when hover…” as a compromise. :-)

    This thread can be closed.

    Thanx and greetings
    Manuel

    #863714

    Hi Victoria,

    I had the same problem and used the latest code you provided Manuel on October 12, 2017 at 1:40 pm.

    I had to change (max-width: 1395px) to (max-width: 800px) so that it would work for me. But now when the first menu item is about to touch the right side of the logo the menu disappears when you resize it and the mobile menu only appears after you keep resizing.

    Can you please tell me how I can make the mobile menu appear right away when the visitor continues to resize the window.

    Thanks,
    Carolin

    #864010

    Hi Carolin,

    Can you post the exact code you put, please?

    Best regards,
    Victoria

    #864066

    @media only screen and (min-width: 768px) and (max-width: 800px) {
    .menu-item {
    display: none;
    }
    .av-burger-menu-main.menu-item-avia-special, #menu-item-search {
    display: block;
    }
    }
    .av-main-nav > li > a {
    padding: 0 8px;
    }

    #865063

    Hi,


    @messmeriza
    : Please create a new post or thread with the site url and the login credentials. We’ll check it there. For now, go to the Enfold > Main Menu > General panel. Set the “Menu Items for mobile” to the second option then add the CSS code to have the mobile menu display when the screen width is less than 1366px.

    @media only screen and (max-width: 1366px) and (min-width: 768px) {
      .responsive #top .av_mobile_menu_tablet .av-main-nav .menu-item {
        display: none;
      }
    
      .responsive #top .av_mobile_menu_tablet .av-main-nav .menu-item-avia-special {
          display: block;
      }
    }

    Best regards,
    Ismael

    #865431

    Hi Ismael,

    sorry I can’t find where ‘Enfold > Main Menu > General panel’ is.
    Therefore I have not put in the code you gave me yet.

    I have given you the url and login in the private data.

    Thanks for your help!
    Carolin

    #865638

    Hi Carolin,

    You can put in Enfold > General Styling > Quick Css,  if it does not work, put into themes/enfold/css/custom.css.

    If you need further assistance please let us know.

    Best regards,
    Victoria

    #866525

    Thanks Victoria. I have put it into the Quick CSS and it worked.
    Carolin

    #866958

    Hi,

    Great! Let us know if you need anything else. We’ll close the thread for now.

    Best regards,
    Ismael

Viewing 20 posts - 1 through 20 (of 20 total)
  • The topic ‘Menu overlaps logo in resized browser’ is closed to new replies.