Home Forums Basel support forum Menu customization Reply To: Menu customization

#20253

Bogdan Donovan
Keymaster

Hello,

You can increase max-width parameter for all menu items in the previous snippet. Or you can specify max width for an individual menu item by pointing his id. For example, if your menu id is 125, CSS code snippet will look like this.

.main-nav .menu > .menu-item.menu-item-125 > a {
    max-width: 125px;
}

You can find menu id from the developer tools – screenshot.