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: First submenu overlaps horizontal menubar

Home Forums Older releases 0.9.x First submenu overlaps horizontal menubar Reply To: First submenu overlaps horizontal menubar

#2419
admin
Keymaster

Try initializing the script with the following options:

        $(function () {
            $("#Menu1 ul:first").attr('class', 'sm sm-blue').smartmenus({
                subMenusSubOffsetX: 1,
                subMenusSubOffsetY: -8
	    });
        });

And if you’ve customized the default “sm-blue” theme, you may need to experiment with different values for the mainMenuSubOffsetX and mainMenuSubOffsetY options too.