I just checked again and the header is constructed in a way to keep all items like the logo and the RSS items etc in shape and in their place even if the layout width, the logo size, the blog title length, the amount of RSS items etc. is being changed or added/taken away.
I had not thought about that when I gave you the code above. If you still want to try you would have to bring the leaderboard inside
bfa_header_config.php
between
HTML Code:
// END of Logo Icon
and
HTML Code:
// Blog title and description
i.e.
HTML Code:
// END of Logo Icon
<td id="leaderboard"> ADSENSE CODE
</td>
// Blog title and description
Then you would have to adjust the container of the Adsense code by adding CSS to Atahualpa Theme Options -> HTML / CSS Inserts -> CSS Inserts, something like
HTML Code:
td#leaderboard {
text-align: center;
padding: 10px; /* inner space */
}
But the theme is not prepared to have a banner there so don't expect this to work easily