• So i have adsense extreme installed on an esquire template. The problem is, when the plugin inserts ads to the right of the page, it stays dead to the right. I have tried editing the CSS, however wordpress says the .css file which came with the plugin is not being used. Thus i cannot make any edits to it. I cannot find this in the .css page which came with the template either. To position, adwords extreme uses float instead of padding. The domain is itslikewhat.com. If you scroll down you should be able to see this.

    Thank you guys! Your help will be muchly appreciated!

Viewing 5 replies - 1 through 5 (of 5 total)
  • It looks like the CSS for the ad is coming from the google scripts that display it. Nothing you can edit, however, since the ad is in a class of “aw0” you might be able to add some supplemental CSS that styles that class, after the script runs. Either in your footer or in a custom CSS area of your theme.

    .adsxtrm{float:left!important;margin-left:380px!important;}

    adding this to style.css of your theme seems to bring the ads back into space.

    edit: or does the plugin allow formatting in its settings?

    alchymyth, Is the 380px parameter set according to the width of the sidebar, meaning if the sidebar width changes, so would this code.

    Just trying to improve my CSS knowledge.

    if the sidebar width changes, so would this code.

    yes – you would need to adjust the 380px if you change the sidebar width

    Thread Starter affmark

    (@affmark)

    Thank you Alchymyth The Sweeper! This has worked well. Thanks for your help! (Y)

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘CSS and Adsense Extreme plugin’ is closed to new replies.