Site logo

Archived topic

Menu item highlight is not centered

2 replies · Started by danhotchkiss on November 17, 2021

Viewing posts 1–3 of 3

When I hover over my menu, the menu text is not centered in the highlight. Is there a setting I'm missing?

Thanks for any help.

Dan

It's because you have this CSS which removes the dropdown arrow:
https://www.screencast.com/t/Y7W657kgR0ou

You can add this CSS to add the paddings to the rightside:

.secondary-navigation .main-nav ul li.menu-item-has-children>a {
    padding-right: 20px;
}
This archived topic is closed to new replies.