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: Multilevel Menu width

Home Forums Older releases 0.9.x Multilevel Menu width Re: Multilevel Menu width

#1789
bsitko
Participant

Got it! Remove the width from this section of the smartmenus.js code.

this.opts.subMenusMaxWidth)&&(t.css({width:””,minWidth:”10em”,maxWidth:”40em”}).addClass(“sm-nowrap”)

Then add this css to your code:

#main-menu .navbar-nav ul ul {width:40em);