I\'m new to the bootstrap framework.
Logo Increasing Height of NavBar:
In my navigation bar, I have inserted a logo that has a height of 50p
Matt's answer is fine, but just to avoid this to propagate to other elements inside the navbar (like when you also have a dropdown), use
.navbar-nav > li > a { line-height: 50px; }