Great module! I am having difficulty figuring out how to center the ad in the block. I am using Drupal 5x and latest version of module: 5.x-1.6
I understand how to center the adsense code from google, but not sure how to center the ad within the custom block provided by this module. Any help would be appreciated. I am using 160x600 skyscraper and 180x150 ads.
Thank you.
Comments
Comment #1
Grinch2171 commentedYou will need to edit your theme's CSS. On my site I have 3 adsense blocks. If you look at the code each one is put in a div with the ID #block-adsense-X where X is the block number. So in my site I had 0-2 so I had to add this to my theme CSS:
#block-adsense-0, #block-adsense-1, #block-adsense-2 {text-align: center;}
Worked like a champ.
Comment #2
jnash67 commentedThis works for text but not for images. How can I do it for images?
Comment #3
jcnventura#168087: Centering ads within block