Ho to add custome Ad Size

Posted in: Newspaper
Post count: 44

Hi,

How to add custom size example 1000 x 300?

Thanks

Post count: 20685

Hi,

That isn’t possible unfortunately. If you need custom ad sizes you could modify the ad codes directly, it is possible like this https://support.google.com/adsense/answer/9183363?hl=en

Or create the ads directly with custom sizes like this https://support.google.com/adsense/answer/9185043

According to Google the top performing ad sizes are these ones https://support.google.com/admanager/answer/1100453?hl=en#topPerforming

Thank you!

Post count: 44

Can I resize the 930×180 – Regional ad sizes to my custom size?, I have an old support ticket from when I first started using the Newspaper theme. Back then, a support agent sent me instructions on where to edit this setting. However, I can no longer access or find that ticket—possibly because my support license has expired. Could you please guide me on where to make this change?

Post count: 20685

You could do that, but it will require modifications in the code. You will have to keep making the modifications each time you update the theme. Usually a more long terms solution is better, like the ones I suggested. Since Google itself provides an option to make the ad have the size you want -> https://prnt.sc/y6viHbj-RQKT why not use it instead of theme modifications? You just have to create an ad and set the size that you want.

Thank you!

Post count: 44

Hi Simion here why I am like to create custom ad size.

Take a look at the Ads its already overlap the title and the article, how i can fixed this?

Ad Sense setup

  • This reply was modified 2 months by jects.
Post count: 20685

The ad is displayed partly over the content. I’ll take a look at it, please provide a link to where I can see this issue. I will try to help.

Thank you!

Post count: 44
Post count: 20685

I see that’s an auto ad which is loaded in the header, but it displays over the content despite your exclusion from that section of the website. That’s quite unusual, I don’t think I’ve seen an auto ad being displayed on top of the content like that.

Did you maybe enter the auto ads code in the header ad spot? https://prnt.sc/PmrcpC6f4TjC Maybe it could force an ad there if that’s the case.

I could provide a code to add some space below the ad, like this https://prnt.sc/PPXnXASsrjDj

Try this code:


@media
(min-width: 768px) {
.td-header-sp-recs .google-auto-placed {
margin-bottom: 280px;
}
}

Add it in the Live CSS https://prnt.sc/M5pDgCy46w9F or in the theme panel https://prnt.sc/nAyCIKVHrnme Then clear the cache and check if there is some space below the ad.

Thank you!

Post count: 44

Thanks it works.

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