1

With the Jasny Bootstrap Off canvas plugin, it's possible to show the .navbar as off canvas menu for mobile sites as shown in this example.

By default the layout switches to the off canvas menu for viewport widths less then 768px.

How can I change this to show the off canvas menu at 1280px or less?

Arnold Daniels
  • 16,516
  • 4
  • 53
  • 82

1 Answers1

3

You need to build a customized version of both Bootstrap and Jasny Bootstrap and change @grit-float-breakpoint.

The easiest way to do this is using the web based customizers

Arnold Daniels
  • 16,516
  • 4
  • 53
  • 82