vertical align text Dreamweaver header
Full disclosure: I'm a novice.
I added logo image to header and the header box became wider, making a line of text to the right of the logo sit on the bottom of the header. I want the line of text to be in the center of the header box. I tried using "vertical-align: 50px" in the html code following the text but it didn't do anything.
Simple suggestions for how to accomplish the re-alignment is appreciated. This is the code:
<header>
<div class="primary_header">
<blockquote>
<blockquote>
<h1 class="headermain.title"> <img src="Magnus Logo.png" width="67" height="100" alt=""/><span class="headermain" style="font-family: lato; font-style: normal; font-weight: 400; font-size: 50px;"> <span style="font-family: maven-pro; font-style: normal; font-weight: 400; font-size: 50px; text-align: center;">COMPANY NAME</span></span><span style="font-family: maven-pro;font-style: normal;font-weight: 400;line-height: 50px"> </span></h1>
</blockquote>
</blockquote>
</div>
<nav class="secondary_header" id="menu">
<ul>
<li>ABOUT</li>
<li>SERVICES</li>
<li>CONTACT</li>
</ul>
</nav>
</header>
