How to move my logo to the left in The News II template

October 08 Joomla Templates
GK User
Tue Jun 26, 2012 11:25 am
Hi,
I would like to move my logo to the left and closer to the blue top menu and then add a banner or a adsense module on it right.

Is it possible - and how - step by step?

Best
Louis
<a href="http://tinypic.com?ref=2lmxhy0" target="_blank"><img src="http://i48.tinypic.com/2lmxhy0.jpg" border="0" alt="Image and video hosting by TinyPic"></a>

http://tinypic.com/r/2lmxhy0/6

Image
User avatar
Expert Boarder

Konrad M
Tue Jun 26, 2012 11:31 am
Hi,
If it's joomla 1.7/2.5, You have to add this to override.css
Code: Select all
h1#gkLogo {
float: left;
}

remember to enable override.css option in template settings. This let you move logo to the left. To add baner I advise add new module position and publish there for example Custom HTML module with your banner. Here you have instructions how to add new module position https://www.gavick.com/documentation/jo ... -position/
User avatar

GK User
Thu Aug 02, 2012 9:09 pm
Konrad M wrote:Hi,
If it's joomla 1.7/2.5, You have to add this to override.css
Code: Select all
h1#gkLogo {
float: left;
}

remember to enable override.css option in template settings. This let you move logo to the left. To add baner I advise add new module position and publish there for example Custom HTML module with your banner. Here you have instructions how to add new module position https://www.gavick.com/documentation/jo ... -position/


it's possible to move the logo with joomla 1.5.26? thanks
User avatar
Junior Boarder

Konrad M
Fri Aug 03, 2012 12:04 pm
@vivalowcost yes,
just add this code to override.css
Code: Select all
h1.logo {
float: left;
}
User avatar


cron