• Hi,

    We have been using the proteo theme for a while. One issue we are having is the top menu, specifically sub menus. Under the “Equipment” menu, most of the links have sub menus. A lot of times when you move your mouse to the right, the sub menu disappears. I figured out that you have to be within the vertical boundaries of the “>”. If you go above or below, the sub menu tends to go away.

    I have gotten used to it, but every now and then customers have complained.

    Is there a way to increase the rollover boundaries?
    Or is there a way to change the behavior of rollovers where the sub menu won’t disappear unless you rollover another menu item?

    Or am I doing something wrong?

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Theme Author YITHEMES

    (@yithemes)

    Hello there,
    please put the following Additional CSS and you are done ??

    body .main-navigation ul ul li:hover > ul, 
    body .main-navigation ul ul li.focus > ul {
        left: 100%;
    }

    This will solve the hover ugly behaviour.
    Thanks a lot for reporting and I hope you will appreciate my help

Viewing 1 replies (of 1 total)
  • The topic ‘Top Menu Issues’ is closed to new replies.