My logo and website title are not aligned correctly on my site. The current setup looks like this: https://i.sstatic.net/3dUiN.png
After examining the HTML generated by WordPress, I found the following snippet:
<div id="logo" class="clearfix">
<a href="http://localhost/test/" class="custom-logo-link" rel="home" itemprop="url"><img width="100" height="100" src="http://localhost/test/wp-content/uploads/2016/06/icon.png" class="custom-logo" alt="recette flocon advoine" itemprop="logo"></a>
<h1 class="site-title"><a href="http://localhost/test/" rel="home">test test</a></h1>
<h2 class="site-description">slogan</h2>
</div>
I am trying to achieve a design similar to this: https://i.sstatic.net/9sdzc.png