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.

Change the Breakpoint

Home Forums Older releases 1.0.x + Bootstrap addon Change the Breakpoint

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #2897
    bbyrdhouse
    Participant

    Could someone tell me where to change the breakpoint for the script. It seems to be breaking at 768px and I would like it to break at 1040. I can’t seem to find where to do this.

    Thanks

    #2904
    admin
    Keymaster

    Hi,

    The breakpoint relies purely on Bootstrap. So you have a couple of options:

    1) Either 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 manually editing “bootstrap.css”. I have posted an example of all the media queries that need to be edited in the default Bootstrap CSS if you would like to change just the navbar breakpoint from 768px to 991px here:

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

    Please let me know if you have any questions.

    #3530
    marinel2v
    Participant

    Hello Admin !

    I changed the breakpoint in the bootstrap css, however, there is an issue with the + and the caret both showing from 768px to 992px.
    Any idea how to fix this?

    Thank you ! 🙂

Viewing 3 posts - 1 through 3 (of 3 total)
  • The forum ‘1.0.x + Bootstrap addon’ is closed to new topics and replies.