Web Hosting Talk







View Full Version : Positioning an adsense ad in wordpress


aqaz69
10-14-2008, 08:59 AM
Just wondering how I edit my adsense ad block in the theme editor so it appears slightly left of center in single posts.

I know I achieved this by adding a simple line of code for padding it but I can't remember how i did it and im a noob to code.

Please and thanks!!

Nick

Jay August
10-14-2008, 10:21 AM
<div style="padding-left: 10px;">
code here
</div>

that should do it :)