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?
Arras WordPress Theme Community Forums
Community support for Arras and other WordPress projects
You are not logged in. Please login or register.
Arras 1.5.2-RC2 Now Available: Download Here
Forum Rules: Please ensure that you have clearly read and understood the forum rules before posting.
User Confirmations / Password Reminders: Please check your spam folder before emailing for help if you have not received the confirmation or password reset emails.
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?
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>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 ![]()
Powered by PunBB, supported by Informer Technologies, Inc.
Currently installed 9 official extensions. Copyright © 2003–2009 PunBB.
Generated in 0.078 seconds, 11 queries executed