Ok you just need two more module positions underneath the main body content ?
Check out the demo template now and let me know if that's kinda what you are looking for.
http://xsitech.com/demo/darkshadow/
To get this to work I added two new module positions in the template manager-> module positions page -> user10 and user11
I added this
red code into the index.php file in between main body and user4 :
QUOTE:
<div id="mainbody">
<?php mosMainBody(); ?>
</div>
<?php if( mosCountModules('user10') || mosCountModules('user11')) { ?>
<!-- bottom modules -->
<div id="bottom-mod">
<div class="mod">
<?php mosLoadModules('user10', -3); ?>
</div>
<div class="mod">
<?php mosLoadModules('user11', -3); ?>
</div>
<div class="clr"></div>
</div><!-- close bottom modules -->
<?php } ?>
<?php if( mosCountModules('user4') ) : ?>
<?php mosLoadModules('user4', -3); ?>
</div>
<?php endif; ?>
And added this to the template_css.css file:
QUOTE:
#bottom-mod {
width:100%;
padding: 0 0 10px 0 ;
margin: 0 auto;
text-align: center;
}
If you aren't comfortable editing the code directly, I will upload the whole template.zip package with these changes once I know this is what you wanted.
Or if I am totally wrong here and this is not what you wanted at all, let me know lol..I'm having a slow brain day.
If it's the problem that you don't want the newsflash and the mission vision above welcome to joomla, I'll try to work that out
If you don't want the newsflash/mission vision above welcome to joomla just change their module positions from user1 and user2 to something else, like user7 , user8 or user9 and they will move to the sections at the bottom of the template.
Don't forget to follow the little setup guide ->
http://xsitech.com/demo/darkshadow/faqs/darkshadow-joomla-template-setup-guide.html , I can see you haven't changed the main menu over to flat list yet and other stuff..
