Site logo

Archived topic

menu hover underline alignment when has submenu with dropdown arrow

3 replies · Started by letsdoit on August 12, 2020

Viewing posts 1–4 of 4

Hello Team,

I am using Mike Oliver's css for menu hover animation for underline. For menu items which have submenus with downward arrow, underline align itselfs considering the full width with downward/drop down arrow. I want it to consider only the menu item for centring itself. Pls advice if this can be achieved.

Thanks...

Hi there,

try adding this CSS:

.main-navigation .menu > .menu-item.menu-item-has-children  > a::after {
    left: calc( 50% - 9px );
}

thanks a lot...

You're welcome

This archived topic is closed to new replies.