Hi how do i place this image vertical in the middle of the div? The height of the header is different when you are login or logout!
<div class="header">
<nav class="header-content columns" data-topbar role="navigation">
<div class="logo-area">
<?php echo logo_header(); ?>
</div>
<section class="header-content-section">
</section>
</nav>
</div>
How to set up the css that the image will stay vertical centered? .header-content .logo-area {
} .header-content .logo-area img {
}
Thanks