• Resolved antcrescendo

    (@antcrescendo)


    Hello, I am currently using the EK nav menu widget. When I change to a smaller breakpoint size and open my hamburger menu, I cannot expand the drop-down menu. My dropdown is set to hover and my sub-menu indicator is none.
    Please see the screenshot: https://postimg.cc/zLLqQCd1
    By switching the “submenu click area” option, my submenu will appear when hovered, but my category links will not work.

    https://postimg.cc/FY3MkTnz

    Please let me know if anyone has some insight on how to resolve this minor issue.
    Thanks,

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Support Ahmed Amir Hossain

    (@ahmedamir)

    Hi @antcrescendo,

    I understand the issue you are having with. First, if you want to submenu workable at a smaller breakpoint size, the submenu click area must be enabled. Please see the screenshot. Then you must set the submenu indicator. Please see the screenshot. If you want to hide the icon on the desktop. It can be done via custom CSS. Please add this below CSS code in Appearance → Customize → Additional CSS

    @media only screen and (min-width: 768px) {
    .elementskit-submenu-indicator {
        display: none !important;
    }
    }

    Hopefully, The issue will be solved right after that. If the issue persists even after that, let us know. We will take a closer look at this issue and help you to find a solution as soon as possible.

    Waiting for your response and we are always here to help you.

    Regards,
    Amir

    Thread Starter antcrescendo

    (@antcrescendo)

    @ahmedamir Hello Amir, Thank you for replying so quickly. I inserted the CSS code you provided, but it didn’t seem to get rid of the submenu indicator. Please see the screenshot: https://postimg.cc/YL2XNdvH

    I have the submenu indicator set to “Arrow fill” and my submenu click area is set to “icon”.

    This is where I inserted the CSS you provided: https://postimg.cc/18WyDd49

    Strangely, the submenu indicator does not appear on my home page. See example: https://postimg.cc/rz8cYcW8 The arrows won’t appear when viewing my website at a smaller breakpoint and still remaining on my home page. https://postimg.cc/d7Kgkmjq

    Let me know what you think ??
    Thank you for your time and support

    Hello @antcrescendo ,

    Can you please share the website URL to check the issue more closely?

    Sincerely,
    Benjir

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Sub Menu not opening on Hover’ is closed to new replies.