Problem with Navbar

0

I have a problem with the navbar issue. I'm doing 1 template but I find the following error.

AsyoucanseeontherightsidethescrollisatthetopbutassoonasIgodownithappenstome: navbar is in the middle of the screen as if it were fixed.

What I wanted was for the bar initially (image 1) to be the same, but as soon as it went down, a smooth transition from the navbar to the top and vice versa on the way back. Any suggestion I am all ears to because I am a little beginner in this matter of making templates.

Thank you in advance for your collaboration.

Headers

    
asked by anonymous 22.03.2017 / 17:56

1 answer

0

If you are using bootstrap use.

    <nav class="navbar navbar-default navbar-fixed-bottom">
  <div class="container">
    ...
  </div>
</nav>

And if you do not recommend taking a look helps a lot.

    
22.03.2017 / 18:10