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: Mega Menu - Full Width of Parent Element?

Home Forums Older releases 0.9.x Mega Menu - Full Width of Parent Element? Re: Mega Menu - Full Width of Parent Element?

#1724
admin
Keymaster

Make sure you are using code sample II) above and your main menu has relative position set (which is the case with the default demo):

#main-menu {
	position:relative;
	z-index:9999;
	width:auto;
}