Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #980140

    Hi,
    In mobile view the fly out menu is hidden behind the content. The strange thing is that this does not occur on the frontpage.
    I tried several options like: #top #wrap_all .av-burger-overlay-scroll {z-index:999!important;} or #av-burger-menu-ul {z-index:99!important} but no luck.
    Any suggestions on your side?

    Best regards,

    Steven

    #980894

    Hey steviger,
    This is happening because in your child theme style.css the “.overlap_slider” has a z-index of 10000, where on the homepage it has a z-index of 99 (.overlap_slider_frontpage {z-index: 99;})
    Please see if you can change this on line 91,
    otherwise, try adding the css in your WordPress > Customize > Additional CSS:

    .overlap_slider{z-index: 99 !important;}

    Best regards,
    Mike

    #981098

    Hi Mike,

    Duh, I totaly overlooked that one…. Thanks!

    Regards,

    Steven

    #981323

    Hi,
    Glad we were able to help, we will close this now. Thank you for using Enfold.

    For your information, you can take a look at Enfold documentation here
    For any other questions or issues, feel free to start new threads under Enfold sub forum and we will gladly try to help you :)

    Best regards,
    Mike

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Mobile fly out menu hides under content’ is closed to new replies.