Reply To: Full hover at secondary menu

Home Forums Support Full hover at secondary menu Reply To: Full hover at secondary menu

Home Forums Support Full hover at secondary menu Reply To: Full hover at secondary menu

#247006
Tom
Lead Developer
Lead Developer

This is because you’ve made that one menu item have a larger font, and you’ve made it bold using HTML tags.

That will increase the height of the menu container.

You could do something like this instead of using HTML tags:

.secondary-navigation .main-nav ul li.menu-item-float-left a {
    font-size: 20px;
    font-weight: bold;
}