badget

Biggest Sale! Special Offer!

Get 30% discount on all of our single themes with this coupon code: #30%SALE

Hurry up! *Limited time offer*

Reply To: center google adsense advertisement on mags homepage

#72434

Hi @dfreeman,

Some time google ads won’t renders some classes to which we worked to centered before. So to centered all the google ads then please go to ‘Appearance > Customize > Additional CSS’ and paste the below code.

.widget_text .adsbygoogle {
	display: block !important;
	margin-left: auto;
	margin-right: auto;
}

Thanks