MyBB Community Forums

Full Version: Ad Placement
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
please help me with ad placement i want ot place ad besides of the header logo i had html code please help me with it
Ok in the header template find
<div id="header">

Add below this
<div class="ad">Ad code here</div>

Then modify theme and add this to your additional css (right at the bottom)
div.ad { 
float:right; 
}
thanks great help indeed