Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #282930

    Hi there

    I’m having some problems with the Enfold dropdown menus in IE9.

    When rolling over the main menu title the dropdown appears, but then vanishes when you try to roll over it.

    It’s a big problem as it’s a corporate site and most internal users are on this platform!

    Any ideas?

    Thanks!

    #282931

    Oddly it doesn’t happen on the ‘mega-menus’.

    #283165

    Hi!

    Please try to add this code into the quick css field:

    
    .avia-msie-9 #top #wrap_all .main_menu ul:first-child > li > a{
    min-height: 116px;
    line-height: 116px;
    }
    

    Cheers!
    Peter

    #283330

    Hi Peter,

    Thanks for the reply.

    That didn’t fix it for me unfortunately – the menu still disappears when I try to hover over it.

    Thanks!

    #283392

    Hey!

    Please try this one:

    .avia-msie .main_menu ul:first-child > li a {
    height: 116px !important;
    line-height: 116px !important;
    min-height: 116px !important;
    }
    
    .avia-msie .header-scrolled .main_menu ul:first-child > li a {
    height: 58px !important;
    line-height: 58px !important;
    min-height: 58px !important;
    }

    Best regards,
    Ismael

Viewing 5 posts - 1 through 5 (of 5 total)
  • You must be logged in to reply to this topic.