Add the text "-Advertisment-" in inline header ads?

Posted in: Newspaper
Post count: 135

Hello everyone,

Quite curious but is there a way to add the text “-Sponsored Ads-” on the header ads?

I was referred to this post for the inline ads.
https://forum.tagdiv.com/topic/inline-ad-titles/#post-121018

Now I would like to know how to do this for the header and if possible the footer. Thank you.

Post count: 22421

Hi,

You can manually add a container in the theme files like so: http://screencast.com/t/wNdetw3J

    ?>
    <div class="headertitle">Advertisment</div>
<?php

and then use this css for positioning:
.headertitle{

position: relative;
    top: -29px;
    display: table;
    margin-left: auto;
    margin-right: auto;
}

result: http://screencast.com/t/770gRWQ4YIAj

You can use the same method on the footer but for this you need to edit the footer template files. each footer style has it;s own file: http://screencast.com/t/SkHrMEzZ

I hope this helps.
Thank you!

Post count: 135

Thank you.

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