Reply To: Buttons on Menus/Nav Bar

Homepage Community Forums Epik Theme Support Buttons on Menus/Nav Bar Reply To: Buttons on Menus/Nav Bar

#8305
danielghebert
Customer

    Fixed it! I switched the position:static to this:

    .genesis-nav-menu .menu-item:hover {
        position: relative;
    }

    And got rid of the position:relative in the menuorange:hover class. 馃檪

    Thanks Wes!