I put adsense backgrounds on Tech Narf, but they have to be moved a bit to the left. I have no clue! Can anyone with a big heart help?
With your css code: #ad_code3 { width:225px; padding:12px 20px 23px 10px; background:transparent url(img/shuffled200.jpg) center center no-repeat; text-align:center; } Code (markup): Have you tried.. #ad_code3 { width:225px; padding:12px 20px 23px 0px; } Code (markup): .. or removing that div code from your google adsense code altogether ??
Then just change this part: padding:12px 20px 23px [B]10px[/B]; Code (markup): to padding:12px 20px 23px [B]0[/B]px; Code (markup):
Your adsense is wider than your sidebar, simple as that. Widen your sidebar or use a slimmer adsense advert. Adsense width: 225px Sidebar width: 200px