MyBB Community Forums

Full Version: Google Adsense on right of logo
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Is there a way to insert Google Adsense next to my logo? My logo is not wide enough to cover up most of the header. So can i put in adsense on the right, so that it will fit in the header. I tried to put the code this way:
<div class="logo" .......... </a> google adsense code </div>

But still the adsense doesnot fill up the space. Only half of the ad is displayed leaving blank on the right-most side of the header.

Can anyone help me?
Thanks
Try this:
<div style="float:right">Google Adsense Code</div>
<div class="logo">Logo Code</div>
thank you. it worked like a charm.