Topic: Ad Banner beside the blog logo

I want to insert an AdSense Banner right beside the logo, i removed the search so there is enought space.
How can i do this?

Thumbs up

Re: Ad Banner beside the blog logo

you'd have to add some CSS to USER.CSS:

.banner-top { float:right; overflow: hidden; }

I'm not very sure about the HIDDEN part, but try it out and see.

and then add the following DIV instead of the search bar in the header.php file:

<div class="banner-top"> ****banner code here**** </div>

Re: Ad Banner beside the blog logo

duckbilljones wrote:

you'd have to add some CSS to USER.CSS:

.banner-top { float:right; overflow: hidden; }

I'm not very sure about the HIDDEN part, but try it out and see.

and then add the following DIV instead of the search bar in the header.php file:

<div class="banner-top"> ****banner code here**** </div>

can we make ordinery banner in header with 2 or 3 images slideshow on right with logo on left and when somone click that banner he go on other webpage?

I am new with this template... Thanks  smile

Thumbs up