Hi,
I want to have a banner on userarea position.
I have been able to align the logo to the left, but when I try to put a banner in the userarea position it does not show.
How can I get it to work please?
Danjuma
h1#gkLogo + div {
float: right;
padding-top: 30px;
}
#mybanner {
float: left;
width: 1020px;
}
<?php if($this->modules('topbar')) : ?>
<div id="mybanner">
<jdoc:include type="modules" name="topbar" style="<?php echo $this->module_styles['topbar']; ?>" />
</div>
<?php endif; ?>