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!
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?
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!
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!



