How to Put Auto Ads in AMP?

Posted in: Newspaper
Post count: 26

Can someone please tell me where to put the AMP Auto Ads by Adsense in the AMP Version? And how can I edit and make the Logo to be centered including the category name, the Title of each posts and the breadcrumbs in each post.

sample – https://recipenijuan.com/sweet-and-sour-sauce-recipe/amp

Post count: 35449

Hi,

In order to put ads in AMP you need to go in Newspaper>Theme panel>AMP expand ads, change from ad type “custom banner” with “google adsense” https://www.screencast.com/t/CoKwyeot

The logo and search are set responsive ( you can change the location only with custom css)
I think you want to set center the Title of each posts and the breadcrumbs in each post for AMP ( if that you want https://www.screencast.com/t/H1nCvHFqLo ).

.amp-mode-mouse .td-post-header, .amp-mode-mouse .td-crumb-container{
text-align: center;
}

The above code is a bit of CSS code to change the AMP style page, please edit here -> https://www.screencast.com/t/vIUHFAbD6uRH There’s no option for custom CSS code for AMP version, sorry! You need to follow the above advice if you want to customize your AMP version.

Hope this helps!

Thanks for your understanding!

Viewing 2 posts - 1 through 2 (of 2 total)
The forum ‘Newspaper’ is closed to new topics and replies.