• Resolved autotheist

    (@autotheist)


    I’m helping a friend with her site. She has nested submenus. The top-level submenus work fine but the next level submenus disappear before you can scroll over them. It’s not like this on the theme demo.

    Any ideas what might be causing this? frankieandrufus.com

    Thanks! 🙂

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi,

    Have you modified the theme files somehow?

    You can apply this custom CSS that should resolve the issue:

    .main-navigation li:hover { z-index: 100; }

    Regards,

    Oliver

    Thread Starter autotheist

    (@autotheist)

    The owner of the site customized the site for aesthetics. She put some html and css in her page titles which were causing the submenus not to appear at all. I got rid of all that but then the sub-submenus were inaccessible. I asked her if she made any more code changes and she said no.

    The added z-index rule solved the problem. Thanks so much! 🙂

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Submenu animations not working properly’ is closed to new replies.