Software Bug: Menus Disappear when mousing to sub-sub menus

Homepage Community Forums Epik Theme Support Software Bug: Menus Disappear when mousing to sub-sub menus

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #11181
    Van
    Customer

      To See it happen, go to my website here answeristhefood.com
      Mouse over menu item called “Foods” and mouse down to “Animals.” Then very, very slowly mouse to the right toward “Meats in General.” Exactly, when your mouse gets over the crack or white space between menus, the sub-sub menu disappears. Sometimes, even the sub menu disappears.

      This is a bug, in that a sliver of the background shows up between the sub and sub-sub menus. The software thinks you have moused off the menus and onto the background. I suggest the developer put those menus tight up against each other to avoid that sliver of background.

      If anyone knows how I can do this, I would love the help! Thanks in advance. Maybe I should have called this contiguous or touching submenus.

      #11185
      Wes
      Moderator

        It’s working fine for me. It could just be your browser, as I’m using Chrome and it’s working perfectly….I also did a quick test on Safari, and Opera. Sometimes different browsers work and display sites and their functionality different than others….since their software is different.

        If your browser is still not displaying it correctly, you can adjust the code around line 2064 in your css to look like this –

        .genesis-nav-menu .sub-menu .sub-menu {
            margin: -45px 0 0 200px;
        }

        The code in your css at the moment is set at 201px, so change that to 200px so it will move that section over a pixel and then there won’t be a gap in between.

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