Positioning the banner on top

GK User
Sat Feb 11, 2012 4:35 pm
I have finally managed to create a banner position on the right of the logo (logobanner2) but the banner is way too far right and messes up the layout. How can I position the banner in its right place?

http://www.samora.no/joomla17

I would appreciate if someone offers some help!
User avatar
Senior Boarder

GK User
Sun Feb 12, 2012 2:16 pm
I see that currently you are loading the banner in Main content section but it's better to move it to logo section.

File: \templates\gk_twn2\layouts\blocks\logo.php

Find:
Code: Select all
<?php if((GK_REGISTER || GK_LOGIN) && !GK_COM_USERS) : ?>
   <div id="gkButtons">

Add before:
Code: Select all
<?php if( $this->countModules('logobanner2') ): ?>
      <div id="logobanner2" class="clearfix clear">
          <jdoc:include type="modules" name="logobanner2" style="none" />
      </div>
      <?php endif; ?>
User avatar
Platinum Boarder

GK User
Sun Feb 12, 2012 5:42 pm
Hi Don Lee, thanks for your response. I found out another ok fix that seems to work now. However it has been a hell of a week trying to figure out how to do it!
User avatar
Senior Boarder

GK User
Mon Feb 13, 2012 6:59 am
No problem at all Horisont, just feel free to let me know if you need any other helps.

Have a nice day!
User avatar
Platinum Boarder


cron