Hello,
I am looking at this JA Wistery template but have a question:
Is it possible to keep the Menu on the left while eliminating that second column. I tried to do this by unpublishing the Poll and Who’s online modules, but when I did that the menu goes to the left side of the page and I want to keep it on the right.
Is there a way to fix this. I read a thread about “To modify layout to left-main-right (remove the column) ” but the instructions are confusing to me.
When I replace
<?php if ($ja_left) { ?>
<!-- BEGIN: LEFT COLUMN -->
<div id="ja-leftcol">
<div id="ja-leftcol-inner">
<?php echo mosLoadModules ( 'left',-2 ); ?>
</div>
</div>
<!-- END: LEFT COLUMN -->
<?php } ?>
With
<div id="ja-contentwrap">
It deletes the whole navigation.
I want to just keep the navigation right.
I don’t even see
<div id="ja-contentwrap">
in the index.php
Any ideas how I can do this?
Thanks!