Quote:
Originally Posted by morelia
Thats included in the body.
I want to use the space between the body and navbar..
|
I realize this is an older post but I see nobody has replied.
In Styles & Templates, select the navbar template for your style.
Look for this code..
Code:
{vb:raw ad_location.ad_navbar_below}
{vb:raw ad_location.global_below_navbar}
Copy those two lines and then look for this code..
Code:
</div><!-- closing div for above_body -->
<div class="body_wrapper">
Then paste what you copied between the two lines above like this..
Code:
</div><!-- closing div for above_body -->
{vb:raw ad_location.ad_navbar_below}
{vb:raw ad_location.global_below_navbar}
<div class="body_wrapper">
Then delete the original lines you copied. The ads will now be between the header and body of the forum.