Hi, could anybody tell me how can i move bunne1 and banner2 positions to other places?
***
I can't find the right css file where can i do this:blush:
<?php if( $this->countModules('banner1')) : ?>
<div id="banner1" class="clear clearfix">
<jdoc:include type="modules" name="banner1" style="gavickpro" />
</div>
<div id="mainPage" class="main">
<!-- BANNER 2 MODULE -->
<?php if( $this->countModules('banner2') ): ?>
<div id="banner2" class="clearfix clear">
<jdoc:include type="modules" name="banner2" style="none" />
</div>