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.

Reply To: Problem with two menus

Home Forums Older releases 1.0.x Problem with two menus Reply To: Problem with two menus

#3052
admin
Keymaster

Set the z-index of your green menu to something higher than 9999 which is the default SmartMenus value defined in “sm-core-css.css” – e.g.:

#green-menu {
	position: relative;
	z-index: 10000;
}