Logo Issue

Professional Jomal template designed to be easily adaptable to all kinds of business
GK User
Fri Feb 03, 2012 7:40 am
This is good template but has worst logo position, I would like help of somebody to change my menu and logo positions, please have a look at the image
- I would like to bring logo down and bring logo on the top of the menu

2-2-2012 10-35-40 PM.png


Please help
User avatar
Fresh Boarder

GK User
Fri Feb 03, 2012 11:12 am
Hi,

If you are using Joomla 1.5:

- Open file: \templates\gk_corporate2\layouts\blocks\mainnav.php

- Find:
Code: Select all
<div id="gk-nav" class="clearfix<?php if( !(GK_LOGIN || GK_REGISTER || GK_TOOLS || $this->countModules('search'))) : ?> top_offset<?php endif; ?>">

   <div id="gk-mainnav" class="clearfix">

      <?php if (($gkmenu = $this->loadMenu())) $gkmenu->genMenu ($this->getParam('startlevel',0), $this->getParam('endlevel',-1)); ?>

      

      <?php if ($this->hasSubmenu() && ($gkmenu = $this->loadMenu())) : ?>

      <div id="gk-subnav" class="clearfix">

         <?php $gkmenu->genMenu(1); ?>

      </div>

      <?php endif;?>

   </div>

</div>

- Move it to very top of the file.

- Open file: /templates/gk_corporate2/css/template.css

- Add this code to bottom:
Code: Select all
#gk-nav{
float: none !important;
}
User avatar
Platinum Boarder

GK User
Fri Feb 03, 2012 7:13 pm
In template.css gk-nav doesn't exist, I am using joomla! 1.7
User avatar
Fresh Boarder

GK User
Sun Feb 05, 2012 12:37 pm
Oh man I thought you used Joomla 1.5. So now you go add this code to file override.css (with CSS Override mode enabled in template setting):
Code: Select all
#gkMenuNav{
float: none !important;
height: 40px;
}


It will look like this http://easycaptures.com/fs/uploaded/436/6241664162.jpg
User avatar
Platinum Boarder


cron