Hi,
I wanted to move the logo above the menu. can you please assist?
thanks!
<?php if(get_option($tpl->name . "_branding_logo_type", 'css') != 'none') : ?>
<h1>
<a href="<?php echo home_url(); ?>" class="<?php echo get_option($tpl->name . "_branding_logo_type", 'css'); ?>Logo"><?php gk_blog_logo(); ?></a>
</h1>
<?php endif; ?>
<div id="gk-menu-wrapper">
<div class="gk-page">
.imageLogo img {
float: left;
}