Archived topic
Adsense banner before tittle
3 replies · Started by Manuel Fernández on January 21, 2023
Viewing posts 1–4 of 4
Hello,
I would like to have centered my adsense banner (the banner which is located before main tittle - h1). Now, the position of the banner is on the left, before h1 tittle.
I paste a link of my site as an example: https://thedataschools.com/sql/
Are there any CSS to have the banner centered?
Many thanks in advance
Hi there,
try adding this CSS:
.adsbygoogle {
margin: auto;
display: block !important;
}
Works perfectly!
Thank you very much David!
Glad to hear that
This archived topic is closed to new replies.