Ad slot above header, below primary menu?

Posted in: Newspaper
Post count: 89

Like here: theguardian.com

At the moment we can have a 728×90 banner next to our logo but not above it (unless I got this wrong).

Can we have the option of a banner above the logo (even if it leaves loads of space to the right of the logo) ?

thanks

Post count: 3343

Hi,
Add this code

        <div class="row">
            <div class="span12 td-header-style-1">
                <?php echo td_global_blocks::get_instance('td_ad_box')->render(array('spot_id' => 'header')); ?>
            </div>
        </div>

like here: http://screencast.com/t/ufwgeKoCb

Add this CSS in Theme panel -> Custom CSS


.td-g-rec-id-header .adsbygoogle {
top: 10px;
right: 0px;
left: 0px;
margin: 0 auto;
position: absolute;
}
.td-g-rec-id-header {
height: 90px;
}

Thanks for the message!

Post count: 15

Hi

Was looking for the excact same thing but the above code doesn’t work in the newest version of newsmag. Could you help me with that one?

Topmenu
Banner
logo
menu

instead of topmenu
logo banner
menu

thank you.

Post count: 3343

Please write on the Newsmag forum support and provide more details, what header style do you use? the logo should be centered after the banner? because the logo will be in left and in right an empty space, can you make a mockup with what you want to achieve? https://forum.tagdiv.com/forum/newsmag/

Thanks!

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