Home › Forums › Support › optimize google auto ads to increase UX This topic has 8 replies, 3 voices, and was last updated 5 years, 4 months ago by David. Viewing 9 posts - 1 through 9 (of 9 total) Author Posts November 11, 2020 at 4:26 pm #1527565 Mouse I have set up google auto ads and I want to add (Advertisement) at the top and (Continue reading below) at the bottom. November 11, 2020 at 6:20 pm #1527621 ElvinStaff Customer Support Hi, The use of Google Auto Ads gives you less control of where your ads will show up. If you want full control over how and where your ads show up on your site, consider placing your ads manually on Hook Elements. Read more on Hook Elements here: https://docs.generatepress.com/article/hooks-element-overview/ As for which hooks to use, you can refer to this documentation of which hooks to place your google ads. https://docs.generatepress.com/article/hooks-visual-guide/ November 12, 2020 at 1:50 am #1527896 Mouse I added the code to add margin below for google ads .adsbygoogle{ margin-bottom:10px !important; } Do you think that can bed done as well where I show advertisment at the top November 12, 2020 at 5:05 am #1528086 DavidStaff Customer Support Hi there, can you share a link to your site so we can see the Ad at the top. November 12, 2020 at 8:21 am #1528604 Mouse Sure adding the link in the private info. November 12, 2020 at 8:23 am #1528606 Mouse You can check out the CSS where I added the margin. In the same way, I want to use 2 things Write “Advertisement” at the top of every ad. And continue reading below … below. November 12, 2020 at 9:00 am #1528676 DavidStaff Customer Support I am not seeing an advert on your home page? I can see them in the content of your single posts. You can use this CSS to insert the ‘labels’ before and after that adverts: .google-auto-placed::before, .google-auto-placed::after { content: 'Advertisement'; font-size: 14px; padding: 20px 0; display: block; text-align: left; } .google-auto-placed::after { content: 'Continue Reading'; } November 13, 2020 at 4:11 am #1529576 Mouse Thankyou so much for showing me this. November 13, 2020 at 7:07 am #1529997 DavidStaff Customer Support You’re welcome Author Posts Viewing 9 posts - 1 through 9 (of 9 total) You must be logged in to reply to this topic. Log In Username: Password: Keep me signed in Log In