Site logo

Archived topic

Menu items: How to equalize the spacing?

6 replies · Started by Sascha on May 21, 2022

Viewing posts 1–7 of 7

Hello

as you can see here, the space between the menu-items is not equal.

I haven't found any settings to correct this, can you please help me?

Thank you in advance and kind regards,
Sascha

Sorry, something I overlooked.

So is the issue resolved?

The item spacing should be the same by default.

Oh, sure, I thought you would just take it from the screenshot ;-)

dev5.macbay.net

Oh, sure, I thought you would just take it from the screenshot 😉

dev5.macbay.net

Hi Sacha,

Thank you for adding the link to your site!

The issue stems from the dropdown menu toggle being hidden through a custom CSS. If you display it by default, the spacing should be identical: https://share.getcloudapp.com/nOuXzrod

To resolve this, you may add this CSS in Appearance > Customize > Additional CSS:

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

Kindly let us know how it goes. :)

This archived topic is closed to new replies.