ad_header adsense alignment issue

smsmasters

Active member
I am trying to align this adsense banner to the right.

My ad_header is this:

HTML:
<xen:hook name="ad_header" />
<div style="text-align: right;">
<script type="text/javascript"><!--
google_ad_client = "ca-pub-xxxxxxxxxxxxxxxxxxxxxxx";
/* smsmasters.co.uk header */
google_ad_slot = "xxxxxxxxxxxx";
google_ad_width = 728;
google_ad_height = 90;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>
</div>

However, this occurs

Capture.webp
 
Top Bottom