Hi,
How can I move the logo to the left of the main menu at the top of the site?
I want to have it where the left side of the main menu starts.
Please see the attached image for demo.
Thanks!
<?php $this->layout->loadBlock('logo'); ?>
<div id="gkMenuWrapper">
<div class="gkPage">
<?php if($this->API->get('show_menu', 1)) : ?>
<div id="gkMainMenu" class="gkPage">
<?php
$this->mainmenu->loadMenu($this->API->get('menu_name','mainmenu'));
$this->mainmenu->genMenu($this->API->get('startlevel', 0), $this->API->get('endlevel',-1));
?>
</div>
<?php endif; ?>
<div id="gkMenuWrapper">
<div class="gkPage">
<?php $this->layout->loadBlock('logo'); ?>
<?php if($this->API->get('show_menu', 1)) : ?>
<div id="gkMainMenu" class="gkPage">
<?php
$this->mainmenu->loadMenu($this->API->get('menu_name','mainmenu'));
$this->mainmenu->genMenu($this->API->get('startlevel', 0), $this->API->get('endlevel',-1));
?>
</div>
<?php endif; ?>
<?php $this->layout->loadBlock('logo'); ?>