Menu with child menu - top menu item can't be selected

Title pretty much says it all. I can’t select the top menu item on the “SERVICES” menu item on this site: https://everythingit.us

As soon as the mouse hits it, the child menu populate, and COVER UP the top menu item, which is also a page item, so that it can not be accessed. Typically, they should fall beneath the parent item, and all should be selectable, yes? (on desktop version)

Hey there,

Thanks for writing in! Try adding the following code in the Theme Options > CSS:

.x-navbar .desktop .x-nav > li ul {
    top: 63px !important;
}

Let us know how this goes!

Better. Is there a way to change the font size on the child menu? It’s really small…

Hey There,

To change the font size on the child menu, please add the following CSS code in the X > Theme Options > Global CSS (http://prntscr.com/evui3r)

.desktop .sub-menu a {
    font-size: 16px;
}

Please let us know how it goes.

1 Like

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.