• My main-nav menu drop down menus aren’t staying visible when moving from the parent element to the child elements below them. I’ve tried modifying z-index values so the bx-slider doesn’t overlap over my nav menu in between where the parent and the child are which would cause this but I haven’t been able to fix it this way. Any help would be awesome I have been trying to figure this out for days. I also have an issue where the child elements display lower that they are supposed to when they become visible usually an entire space lower than the parent element.
    Here’s my site: http://www.Inform.world

Viewing 1 replies (of 1 total)
  • Sam

    (@soumendra)

    Hello,

    You can try this in your Custom CSS for achieving that:

    .sub-menu li a {
        margin-top: -2px;
    }
    .sub-menu .sub-menu {
        margin-top: -50px;
    }

    Thank you.

Viewing 1 replies (of 1 total)
  • The topic ‘Nav-menu doesn't display elements properly’ is closed to new replies.