Hi to everyone!
I just like to make a banner module position next to the logo (on the right) named “bannerheader”
I´ve put in the following code in index.php:
<blockquote><!– BEGIN: HEADER –>
<div id=”ja-headerwrap”>
<div id=”ja-header” class=”clearfix”>
<!********BannerHeader**************>
<div id=”ja-bannerheader”>
<jdoc:include type=”modules” name=”bannerheader” style=”raw” />
</div>
<!**********************>
</blockquote>
This code makes a new positon called “bannerheader”, but the banner is exactly at the logo- position and not on the right side of the logo.
What do I have to do to put the banner-postion next to the logo?
Which css-Styles are important?
Thans! 🙂