How to add ads under header?

Posted in: Newspaper
Post count: 3

Hello, First thanks for this great theme. It is awesome. I want to add a 728 90 ad like here : http://postimg.org/image/qjmwnsoll/ – when i choose article top ad, it is not like that. How can i do it?

Post count: 3

anyone knows?

Post count: 3343

Hi,

Do you want only on article pages? or on entire site?

This is for entire site:

Add this code: echo '<div class="container td-header-custom">' . do_shortcode('[td_ad_box spot_id="custom_ad_1"]') . '</div>'; like here: http://screencast.com/t/fBMwoay2

Add your add code in Custom ad 1 in Theme panel.

Then add this css in Theme Panel -> Custom CSS

.td-header-custom {
.td-g-rec {
margin-bottom: 0px;
margin-top: 30px;
}
}

Result: http://screencast.com/t/FkAewBNgWE
If not perfectly aligned on some pages you need to adjust it via CSS

Viewing 3 posts - 1 through 3 (of 3 total)
The forum ‘Newspaper’ is closed to new topics and replies.