[Resolved] Full hover at secondary menu

Home Forums Support [Resolved] Full hover at secondary menu

Home Forums Support Full hover at secondary menu

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #246906
    Adrian

    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

    #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;
    }
    #247023
    Adrian

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

    #247026
    Tom
    Lead Developer
    Lead Developer

    You’re welcome 🙂

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.