Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1183296

    In my header, the Enfold defaults submenu is too far from the sticky menu. The submenu disappears when I mouse down to try to click the submenu. It works great in the main menu, but when the shrinking sticky menu appears, the submenu doesn’t stick around when mousing over the parent menu, then trying to click the submenu. Is there an easy fix? My header is set to a large heading.

    The site is under privacy right now.

    Thanks

    #1184046

    Hey Daniel,

    Thank you for the inquiry.

    This css code in the style.css file moves the sub menu away from the parent menu item.

    .html_header_top .header_color .main_menu ul:first-child > li > ul {
    	top: 77px;
    	max-width: 175px;
    }
    

    You have to adjust the top position value or remove it completely.

    Best regards,
    Ismael

    #1184049

    Yes, I know that code. Problem is when I move it closer to retain the mouse over integrity when the menu shrinks on scroll, it is too close when the menu expands at the top of the page (overlaps the text). Does that make sense?

    #1184425

    Hi,

    Thank you for the info.

    You can add this css code to adjust the position of the sub menu when the header shrinks or on window scroll.

    .html_header_top .header_color.header-scrolled .main_menu ul:first-child > li > ul {
    	top: auto;
    }

    Best regards,
    Ismael

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