Viewing 18 posts - 1 through 18 (of 18 total)
  • Author
    Posts
  • #986668

    Hi,

    My menu slides over the logo when I resize my window. The url is in the private section.
    I’ve tried a couple of options mentioned on this forum and on the documentation, but it doesn’t help.
    Can you please have a look at it?

    Regards,

    Erwin

    #986806

    Hey Erwin,

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

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

    #987213

    Hi,

    Thank you. It works fine now.

    Regards,

    Erwin

    #987400

    Hi Erwin,

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

    Best regards,
    Rikard

    #987645

    Hi,

    You can close this topic.
    Thank you for the assistance!

    Regards,
    Erwin

    #987956

    I am having this same problem, and the CSS does nothing to fix it. Please advise…

    #988573

    Hi Illingco,

    Where did you place the CSS? Please try it at the very top of Quick CSS. If that doesn’t work then please post WordPress admin login details in private so that we can have a closer look.

    Best regards,
    Rikard

    #992473

    Does not work as mentioned. Please advise…

    #992474

    Sorry please see updated login…

    #992492

    Hey!

    I am not able to login – “Your access to this site has been limited”

    Please refer to this post – https://kriesi.at/documentation/enfold/menu/#activate-burger-menu-for-higher-resolution and if that does not help, please start a new thread under Enfold sub forum and temporarily disable IP restriction so we can look into it.

    Regards,
    Yigit

    #992493

    See private message

    #992505

    Hey,

    I changed the code to following one

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

    and flushed cache. Please review your website

    Regards,
    Yigit

    #992511

    Didn’t change anything…

    #992514

    Hey,

    Have you flushed your browser cache? I can no longer see the issue.

    Regards,
    Yigit

    #992516

    I have checked it on an iPhone 8 and reduced size browser window, and the burger menu and search icon still go over the logo…

    #993484

    Hi Illingco,

    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 (max-width: 767px) {
      .responsive .logo img {
          width: 80%;
      }
      #menu-item-shop .cart_dropdown_link {
        padding: 0px 0px 0px 20px;
      }
    }
    

    If you need further assistance please let us know.

    Best regards,
    Victoria

    #994021

    This CSS works. Thank you! You may close this topic again.

    #994026

    Hi,

    I’m glad you were able to get this resolved. If you need additional help, please let us know here in the forums.

    Best regards,
    Jordan Shannon

Viewing 18 posts - 1 through 18 (of 18 total)
  • The topic ‘Menu over logo when responsive’ is closed to new replies.