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: Design problem

Home Forums Older releases 0.9.x Design problem Re: Design problem

#1832
admin
Keymaster

Hi,

If 2) bugs you too much, to avoid the items wrapping you will need to increase the default 768px Bootstrap breakpoint at which the navbar becomes collapsible. You can do it:

1) Either by downloading a customized Bootstrap version from here:

http://getbootstrap.com/customize/

you need to edit the media query here:

http://getbootstrap.com/customize/#media-queries-breakpoints

* Note that this solution will affect all Bootstrap components on your page, not just your navbar.

2) Or by manually editing “bootstrap.css”. Here is an example how to increase it to 991px:

http://www.smartmenus.org/forums/topic/adjusting-the-navbar-breakpoint-bootstrap-3

This solution will only affect your navbar.

Cheers!