Just so you know I'm completely new to Bootstrap as of today. I have previous experience with HTML/CSS so I decided to try learn something new and I jumped straight into the deep end with Bootstrap 4, skipping 3 (I'm aware 4 is still in alpha). Anyway I'm having a play around but cant seem to find an answer to my problem after search for ages.
My navbar-brand logo is too large for the navbar and its throwing the menu items out of alignment. I would simply like to vertically align the items to the middle so they are centered with the logo.
<nav class="navbar navbar-light bg-faded navbar-full">
<a class="navbar-brand" href="#"><img src="http://www.a1solarandelectrical.com.au/wp-content/uploads/2016/02/logoMedium.png" /></a>
<button class="navbar-toggler hidden-lg-up" type="button" data-toggle="collapse" data-target="#navbarResponsive" aria-controls="navbarResponsive" aria-expanded="false" aria-label="Toggle navigation"></button>
<div class="collapse navbar-toggleable-md" id="navbarResponsive">
<ul class="nav navbar-nav">
<li class="nav-item active">
<a class="nav-link" href="#">Home <span class="sr-only">(current)</span></a>
</li>
<li class="nav-item">
<a class="nav-link" href="#">About Us</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#">Solar Power</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#">No Obligation Quote</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#">Contact Us</a>
</li>
</ul>
</div>
</nav>
This is my current code. I'm not using any custom CSS as of yet, so everything else is set to default. The logo size is 85px in height.
Cheers for the help :) ..
Adding the following css should do the trick
See http://www.bootply.com/dPkdVgNJZ5