Could someone please help me out? I'm trying to add a banner ad 468x60 to the right of the logo area. Not sure how to properly get rid of login and place the correct space for banner.
thebeacon.net/beta
<?php if($this->modules('logobanner')) : ?>
<div id="logobanner">
<jdoc:include type="modules" name="logobanner" style="none" />
</div>
<?php endif; ?>
div#logobanner {
padding-top:10px;
float: right;
width: 468px;
height: 60px;
}
div.banneritem { border-bottom: none; }
h1#gkLogo {
width: 429px;
height: 85px;
padding-left: 10px;
float: left;
top: 11px;
}
h1#gkLogo a {width: 429px; height: 85px; }
#gkLogoWrap { min-height: 96px; }