Hello,
I want put a block ads here, but I dont Know How….
I want put it under the top menu, as shown in photo, And that is seen in all publications (post)
https://fotos.subefotos.com/dafd35726e4ce232443118baccf39d41o.jpg

My web is: https://goo.gl/CKI3O0
Thanks
Hello,
If you want to have an ad below the menu you can choose one of the header stylesa that offers such an ad spot: https://forum.tagdiv.com/header-styles/
Otherwise it can only be done by hard-coding it.
Thank you!
Hello @Bogdan B. and thanks for reply.
Can I have a header same I have now but with ads? Now I have logo + ads , under a menu, and I want under a new ads ¿can I do it selecting other header style? what style?
Thanks for your help and time (sorry for my bad english)
I check all styles and you dont have a header with 2 ads, I chek here: https://forum.tagdiv.com/header-styles/
Can you do a special code for it please?
Hi,
No, there is no header style with 2 ads. Each header style on our site has only 1 ad. If you require 2 ads, you can place an ad via the theme code. For header style 1 you can add an extra ad spot like so:
1. Place your ad in the custom ad spot 1 in the theme panel: http://screencast.com/t/6Wx1ttEH
2. Access your theme files via ftp and find this file: http://screencast.com/t/xvuHorAEdD
3. Add this code at the very bottom of the code:
<div class="custom_header_spot">
<?php echo do_shortcode('[td_block_ad_box spot_id="custom_ad_1"]'); ?>
</div>
example: http://screencast.com/t/Mhrr30iyP
4. Place this css in the theme panel -> custom css box:
.custom_header_spot{
margin: 24px auto 0 auto !important;
}
result: http://screencast.com/t/FO99YOj69r
Thank you!