Testing Adsense Ads – Plenty of issues

Posted in: Newspaper
Post count: 18

We are testing 728×90 Home Top and 300×250 Top positions

1. 728×90 appears below and above the Big Grid (The block ad box is only at the below position)
2. 728×90 is not centered and how can I manage the background colors

URL http://youtubergamers.com/

Post count: 3343

Hi,

1. The first top ad came from the Header ad from Theme panel -> Ads: http://screencast.com/t/FrYnEKeH2I and the second one is added in page, after the Big grid with an Ad box in your case in that ad box you call the Header ad.

The header ad default is used and appear automatic only in header. If you use an Ad box in your pages you should use a custom ad instead of header ad to be aligned. http://screencast.com/t/KtjaaEGi then go to Theme panel -> Ads and add you ad code in Custom ad 1.

Also to better align the top ad, add this CSS in Theme Panel -> Custom Code -> Custom CSS section
body .td-header-style-5 .td-g-rec-id-header > .adsbygoogle {
margin-bottom: 24px !important;
}
.td-main-content-wrap .td-g-rec-id-header {
text-align: center;
}
.td-main-content-wrap .td-g-rec-id-header .adsbygoogle {
margin-bottom: 22px;
}

2. If you mean the background color behind the big grid use this CSS and change the color like you want
.import_video_slider_bg {
background-color: #1C2451;
}

Thanks for the message!

Viewing 2 posts - 1 through 2 (of 2 total)
You must be logged in to reply to this topic.