[Resolved] Page header 'cut-off'?

Home Forums Support [Resolved] Page header 'cut-off'?

Home Forums Support Page header 'cut-off'?

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #81905
    James

    I am wanting to use Adsense ads in my page header>content on single posts, but with a 728 x 90 ad size, I get a little cut-oo when it displays text ads:

    Adsense cutoff

    Is there a way to adjust the size of the page header area? Perhaps it is not high enough, so the ad gets squeezed?

    Thanks,

    #81967
    Tom
    Lead Developer
    Lead Developer

    The Page Header area takes on the width of the container, so you can always increase the container width of your website to allow for 728 ads.

    Another option is to use GP Hooks, you could do something like this in the “After Header” area:

    <?php if ( is_single() ) : ?>
          <div style="text-align: center;">
                Adsense ads in here
          </div>
    <?php endif; ?>

    That puts the ad on every single post (so you don’t have to), and will keep it outside of the container.

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.