Start a new discussion

To start a new discussion please visit the discussions section of the GitHub home page of the project.

Discussions on GitHub

You can also search our old self-hosted forums for any useful information below but please note that posting new content here is not possible any more.

Re: Dropdown Width

Home Forums Older releases 0.9.x Dropdown Width Re: Dropdown Width

#1482
admin
Keymaster

Hi Jay! You could either use the following option subMenusMaxWidth: '' (hmm, maybe we should consider this as default instead of subMenusMaxWidth: '20em' which is used now) or if you would like to remove the max-width just for the mega sub menus, you could use the following rule:

ul.mega-menu {
	max-width:none !important;
}

Cheers!

PS: After that you custom width settings will take effect.