Reply To: Secondary menu misalignment

Home Forums Support Secondary menu misalignment Reply To: Secondary menu misalignment

Home Forums Support Secondary menu misalignment Reply To: Secondary menu misalignment

#241511
Tom
Lead Developer
Lead Developer

Hmm, couldn’t get it to happen with Menu Swapper.

What’s happening is the dropdown arrow isn’t being added to the menu item – the arrow is what adds the padding to the right of menu items with a sub-menu.

In the plugin, are you creating new “theme locations”? The way GP adds the arrows is it first checks to make sure we’re working with the primary, secondary or slideout theme location.

What you can do is add the padding back yourself:

body .secondary-navigation .main-nav ul li.menu-item-has-children>a {
    padding-right: 20px;
}