Hi
It's customization, but don't tell anyone.
Open this file ../gk_yourshop/layouts/default.php and find this code:
- Code: Select all
<?php $this->loadBlock('top') ?>
<div id="bg-wrap-left" class="main">
<div id="bg-wrap-right" class="main">
<!-- MAIN NAVIGATION -->
<div id="gk-content-wrapper" class="main">
<!-- NAV -->
<?php $this->loadBlock('nav'); ?>
<!-- HEADER -->
replace with:
- Code: Select all
<!-- NAV -->
<?php $this->loadBlock('nav'); ?>
<?php $this->loadBlock('top') ?>
<div id="bg-wrap-left" class="main">
<div id="bg-wrap-right" class="main">
<!-- MAIN NAVIGATION -->
<div id="gk-content-wrapper" class="main">
<!-- HEADER -->
Them open this file ../gk_yourshop/layouts/blocks/nav.php and replace the following line:
- Code: Select all
<div id="gk-nav" class="clearfix">
width
- Code: Select all
<div id="gk-nav" class="clearfix main">
That's it.
screen_2011-01-09.png