Reputation: 843
I have a website, use bootstrap framework,
My problems are
Anyone know how to fix this problems?
Here is links http://hello-walker.com/framework/framework.php
pleas try on iPhone
Upvotes: 1
Views: 1008
Reputation: 3615
Use this plugin. https://github.com/istvan-ujjmeszaros/bootstrap-autohidingnavbar
Add the following code to your page.
<script>$("div.navbar-fixed-top").autoHidingNavbar();</script>
Upvotes: 1