0

I would like to change the default behavior of bootstrap top fixed navigation from push-in from top to slide-in from left. I have seen a lot of people using off-canvas but they are using it with sidebar navigation. I have failed to find any working example on implementation of top fixed navigation into slide-in from left in collapsed state.

I would appreciate if you someone could shed some light on this on how to execute it.

Saad Bashir
  • 4,341
  • 8
  • 30
  • 60

1 Answers1

0

Use this link , it will guide you with what you want. This has various out of the box off-canvas implementations (slide-in, push, reveal): http://jasny.github.io/bootstrap/javascript/#offcanvas

Sahil Dhir
  • 4,162
  • 1
  • 13
  • 33
  • i have tried reading it. Haven't really figured out how to use it with main top navigation. All examples convert a sidebar into off canvas. Nothing converts too fixed into off canvas – Saad Bashir Mar 24 '17 at 21:21