Change NavWidget collapse threshold

Hello there,

is it possible to change the collapse threshold width of a NavWidget? I’ve created an horizontal nav with many menu items and I need to anticipate the collapse event.

Thank you

AUTORESPONSE!

[list=1]

[*]Go to http://getbootstrap.com/customize/;

[*]Load the file vendor/bower/bootstrap/bower.json, this will load the yii2 bower boostrap configuration;

[*]In the customization page with the config loaded change the variable "grid-float-breakpoint" as needed (in my case from @screen-sm-min to @screen-md-min)

[*]Compile and download (button at the bottom of the page)

[*]Sobstitute the generate files in vendor/bower/bootstrap/dist

[*]Delete autogenerated assets in /web/assets

[/list]

Hopes it helps…

Alessandro