• The hitbox of a sub menu item isn’t long enough to allow me to hover on that item to open and then click it’s sub menu.. was able to do a dirty work around by editing the css for ‘ .main-navigation ul ul ‘ but I would like to see if you guys could create a better looking solution.
    I just decreased the margin of .main-navigation ul ul so that the sub menu and the sub menu item of it is closer to each other, but they now overlap and it looks bad.

    I am running my website locally, so i cannot give you a URL.
    Try to add a sub sub menu and see if you get the same trouble, Thanks.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter friendlynight22

    (@friendlynight22)

    Okay so looks like when I move my mouse from the sub menu item to its sub menu item REALLY fast, i am able to keep the sub sub menu item open.
    Strange

    Hello,

    This issue is already in our list, but please try to use the following CSS code as a workaround. You can add CSS code in Customize → Additional CSS section.

    .main-navigation ul ul a {
        margin-right: -15px;
    }

    Kind Regards, Roman.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Cannot click sub menu item of a sub menu item’ is closed to new replies.