To show advertisement in header, you need to remove the banner section from the header.php section
Find and remove the code:
<div id=”banner” onclick=”location.href=’<?php echo get_settings(‘home’); ?>’;” style=”cursor: pointer;”></div>
After this your site should look something like this
You can now add the advertisement code at the end of header.php (to align use <center> code)


