Forum Moderators: not2easy

Message Too Old, No Replies

How to center adsense ad units ?

center adsense codes in a way that respect their TOS

         

Nazhahp

12:44 pm on Apr 28, 2018 (gmt 0)

5+ Year Member Top Contributors Of The Month



Hi folks, i hope you are fine.

Please, would you mind to teach me how to center adsense codes in a way that respect their TOS?

Its been mentioned that we should not play around the ad unit html code, however i see that there are multiple plugines that centre ad codes. i would like to learn how to do that manually.

Thank you so in advance!

not2easy

4:47 pm on Apr 28, 2018 (gmt 0)

WebmasterWorld Administrator 10+ Year Member Top Contributors Of The Month



The ad unit's code is usually inside a <div> container so you add a class to to that <div> and center it using css.

If you are using WordPress that is not in a child theme or some other situation where you do not edit the css you can also use inline styling for the ad container div:
<div style="text-align: center;">


If neither of these can resolve it for you, we will need to ask that you explain your situation a little more.