Site logo

Archived topic

Full hover at secondary menu

3 replies · Started by Adrian on November 23, 2016

Viewing posts 1–4 of 4

Hi there,

I've made one menu element bigger than the other ones. The problem is, that on mouseover there is a small white line (you can see it at http://www.phoenix-hp.de/ at the secondary menu).

It would be great if you can provide some help or instructions how to fix this.

Kind regards,

Philip

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;
}

Works like a charm. Thanks for you great support, Tom!

You're welcome :)

This archived topic is closed to new replies.