I know this is a custom design so not really an Atahualpa issue, but I'd really appreciate any help.
I'm attempting to include a Google ad in my header, within the logo area, in place of the RSS feeds and search box. Having read various threads I concluded the only way was to recreate the logo area as a custom widget.
I've added the widget and got the ad working, but I have two design problems I can't resolve.
Firstly, I've lost control of the CSS for 'blogtitle'. It's now a different color, size and font weight and I've lost the hover action. Oddly, 'tagline' seems to be fine.
Secondly, I have an annoying space opened up directly below the widget area.
In order to demonstrate this I've left both the custom widget code <?php bfa_widget_area('name=Header Widget'); ?> and %logo in Configure Header Area, so you can see them both side by side on my website. When I've got the widget fixed (hopefully) I'll remove %logo.
My website is: www.birdingbb.com
Here's the code in the widget area (minus the Google code):
Code:
<table width="100%" border="0" cellpadding="0" cellspacing="0" bgcolor="#6C8200"> <tr> <td width="116"><img src="/wp-content/themes/atahualpa/images/Blue-Grosbeak-logo.jpg" width="109" height="102" /></td> <td><h2 class="blogtitle"><a href="http://www.birdingbb.com/">Birding Bed & Breakfast</a></h2> <p class="tagline">- Find the best birding accommodation in America</p></td> <td width="500"><div align="center"><google-code></div></td> </tr> </table>
Thanks
