Nav menu drop down

Can you have a look at the drop down

The submenu opens very high
Also, I would like to increase the size of the font in the drop down. How do I do that?

Hi @VelocityWeb,

Please add this code in X > Theme Options > CSS:

.x-navbar .desktop .x-nav > li ul {
    top: 125px;
}

Hope this helps.

Excellent :grinning: Can you also help with the font size. I am not sure where to go to adjust it?

Hi @VelocityWeb,

To increase the font size of sub-menu item, please also add this custom CSS:

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

Hope it helps :slight_smile:

Thanks Perfect

You’re most welcome, @VelocityWeb.

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