Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #1372820

    Hi there,

    we have a big problem with the mobile menu. It completely slides up outside the visible area.
    We haven’t made any custom CSS settings and can’t find the cause. So it must be the theme itself.
    Can you take a look at it?
    URL: http://20221110.cochlear-hoercenter.de

    Thanks!
    Bernward

    #1372876

    Hey maspohl,

    Thank you for the inquiry.

    Did you add any css modifications recently? Please make sure that all tags are closed properly, check if there are missing curly braces or any invalid syntax. You can use this tool to check for css errors.

    // http://csslint.net/

    To fix the issue temporarily, please add the following css code, then temporarily disable the Enfold > Performance > File Compression settings.

    @media only screen and (max-width: 767px) {
    
      /* Add your Mobile Styles here */
      .av-main-nav>li {
        display: none;
      }
    
      .av_minimal_header #header_main .container, .av_minimal_header .main_menu ul:first-child>li a {
        height: 90px !important;
        line-height: 90px !important;
      }
    }

    Best regards,
    Ismael

    #1372906

    Hey Ismael,

    I entered the code and turned off compression. Unfortunately, the mobile header still does not work:
    http://20221110.cochlear-hoercenter.de/

    We don’t use any custom CSS code, except for loading local fonts and 6 small CSS statements. But there everything is correct and the error happens even without own code. Actually, the pure Enfold theme is running. That’s why I’m surprised that such an error appears there.
    Also deactivating all plugins does not solve the problem.
    Do you need one the access data to the admin panel?

    Best regards,
    Bernward

    #1373051

    Hi,

    Thank you for the update.

    We may need to access the site in order to check the issue further. Please provide the login details in the private field. Did you override the header.php template in the child theme or any other template for that matter?

    Best regards,
    Ismael

    #1373061
    This reply has been marked as private.
    #1373223

    Hi,
    Thanks for the login, I cleared your cache plugin cache and now your burger menu shows, I also tested on my Android phone and the burger menu shows, please clear your browser cache and check.
    2022-11-19_008.png

    Best regards,
    Mike

    #1373256

    Hi Mike,

    yes, it works. Curious: I have also cleared the cache. But it did not work for me. But great that it works now🙂

    Many thanks!

    Best regards,
    Bernward

    #1373276

    Hi,
    Glad we were able to help, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.

    Best regards,
    Mike

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘Mobile menu above viewport’ is closed to new replies.