Banner 728x90 at right of Logo, how?!

October 08 Joomla Templates
GK User
Wed Mar 14, 2012 4:47 pm
Hi,

I would like to change the top of the page like this:

Image

Logo (width=292px) | Banner 728 x 90 (to complete the 1.000 px of the template width)

removing the Login link...

Wich file do I have to modify, and how?

Thank you in advance...
User avatar
Fresh Boarder

GK User
Wed Mar 14, 2012 4:55 pm
User avatar
Gold Boarder

GK User
Wed Mar 14, 2012 5:03 pm
Hi.
To put logo please edit style1.css file and find the following line:
Code: Select all
 h1.logo a {
background-image: url('../images/style1/logo.png');   //your image
}

And template.css:
Code: Select all
 h1.logo a {
background: url('../images/style1/logo.png') no-repeat 0 0;
display: block;
margin: 0;
text-indent: -999em;
width: 390px;
height: 50px;
}

To disable login/register button you can disable it in module manager:
-GK Register
-Log-in
or hide it:
in template.css file:
Code: Select all
 #gk-buttons {
background: transparent url('../images/style1/top_btn_left.png') no-repeat left top;
height: 21px;
line-height: 21px;
padding-left: 14px;
float: right;
width: auto;
position: absolute;
top: 55px;
right: 0;
display: none;        //add this.
}
User avatar
Platinum Boarder

GK User
Wed Mar 14, 2012 5:30 pm
sorry Ercan-Usta, the topic you linked is so confused...

there's no way of putting an image (the logo) and a banner (some adsense code) without creating module positions, changing style, etc...?

anyone has time to post a easy to follow guide for Joonla 2.5 template?

thanks again
User avatar
Fresh Boarder

GK User
Thu Mar 15, 2012 8:59 pm
Pleeeaseeeeeeeee...
User avatar
Fresh Boarder


cron