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: menu toggle button - help needed

Home Forums Older releases 0.9.x menu toggle button - help needed Re: menu toggle button - help needed

#1692
admin
Keymaster

Hi, the problem is that you have added the menu button as part of your main menu (as the first item). Just move it out and add it, for example, right before the main menu – e.g.:

<a id="menu-button"></a>
<ul id="main-menu" class="sm collapsed sm-blue">
...

and it should work.

Cheers!