XF 2.2 How can i center a google advertisement?

MichaelR

Member
So i placed a default google add in the "Container breadcrumb top below". I like to know how i can center this ad. Its now aligned on the left site.
Anyone know?
msedge_K8tc6BgGPk.webp
 
Solution
Code:
<ins class="adsbygoogle"
     style="display:block;margin:0 auto"

You can add style to your google ads code and margin: 0 auto would center it.
Top Bottom