<em>@njnewsroom 118963 wrote:</em><blockquote>Trying to get the banner ad across the top on my page.
I have made this change as stated to the template:
<div id=”ja-wrapper”>
<?php if($this->countModules(‘banner_top’)) : ?>
<!– BEGIN: BANNER TOP –>
<div id=”ja-banner_top”>
<jdoc:include type=”modules” name=”banner_top” />
</div>
<!– END: BANNER TOP–>
<?php endif; ?>
<!– BEGIN: HEADER –>
When I do a preview, I can see the banner position above the title, but I can’t get the ad to go there. When I move the ad to a new position, it works.
Any ideas?</blockquote>
open your templateDetails.xml
add the following code after <position>hornav</position>
<position>banner_top</position>