Joseph28
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [BresponZive] How to put banner, right to logo?Hello 🙂
I’ve found cause of my problem. I’m using W3 Total Cache plugin which cached site before changes in code. Page was displayed from cache, without changes. I had to clear cache in plugin options.
There was only one thing I had to do. Banner from my previous post was forced to display below logo of my site (right to it, but below). I’ve added clear: both; to header_ad in style.css. Now – banner is next to logo, just like I’ve wanted 🙂 Great!
Heh – helpdesk here is amazing. I don’t know how to thank You (and for patience).
Thanks once again – I appreciate that.
Best Regards,
KrystianForum: Themes and Templates
In reply to: [BresponZive] How to put banner, right to logo?Thank You for response.
Something goes wrong 🙁
Test code from header.php:
<div class="header_ad"> <a href="http://www.obox-themes.com"><img src="http://www.mytestsandbox.com/images/bannerTestPage.jpg" alt="Obox" /></a> </div>Added float to style.css.
Final effect: nothing right to logo – still white, blank space. No banner, no clickable href. I dont know why – header.php looks like Your 🙁
Forum: Themes and Templates
In reply to: [BresponZive] How to put banner, right to logo?Hello,
Thanks for response 🙂 I’m fine – thanks 🙂
What I want to accomplish is some div right from logo, where I can put some AdSense ad code, sponsor banner or something like that.
I don’t need widget that could be managed from “widgets” in WordPress Admin Panel. It could be div manually managed.
The one thing I know – it should be added somewhere in header.php 🙂
The problem is – I’m not too good in PHP and WordPress :-/
I’ve found something like that, it will be good? Link: http://kb.oboxthemes.com/articles/how-to-insert-a-banner-ad-to-the-right-of-your-logo/