Tagged: ,

Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #879381

    I just update to 4.2 from 3.0.2 and now the mobile menu is showing above the header on laptop/desktop at least in firefox and chrome. Can you offer a solution?

    #879386

    Note: I am using a child theme, but I did try activating the parent theme and that did not solve the problem.

    #879387

    Hey bethbacken,

    Try adding this to quick css:

    @media only screen and (min-width: 767px)  {
    ul#mobile-advanced{
    display:none!important;
    }}

    Best regards,
    Jordan Shannon

    #879392

    I did add that to quick css and it has not solved the problem.

    #879403

    Hi,

    The code above should have hidden it any size above mobile. The menu is still being displayed at all sizes?

    Best regards,
    Jordan Shannon

    #879405

    Correct, that code did not hide it, which gave me a hint that I’m having a caching problem. So I disable W3 Total Cache and that solved it (so now I have a new problem, but the new problem is not your problem).

    Thanks for your help.
    Beth

    #879406

    Hi,

    I’m happy to hear you discovered a solution. Did you need further help with this topic, or shall I close it?

    Best regards,
    Jordan Shannon

    #879912

    Go ahead and close it.

    Thanks!

    #880082

    Hi,

    Glad to hear that. Thanks for using Enfold :)

    Best regards,
    Nikko

Viewing 9 posts - 1 through 9 (of 9 total)
  • The topic ‘Mobile menu showing above header on desktop’ is closed to new replies.