possible to change the layout??

More
12 years 1 month ago #17410 by maryswave
instead of Left Component Right

can it be changed to Component Left Right

and how would that be done?

Please Log in to join the conversation.

More
12 years 1 month ago #17423 by ivan.milic
Parametrised property to do that is not available for that template, you can try to manually move code. Open index.php of template and around line 230 :
Code:
<?php if ($showleft) { ?> <div class="column_left"> <div class="column_left_pad"> <jdoc:include type="modules" name="left" style="hot" /> </div> </div> <?php } ?>

move this part just above :

<?php if ($showright) { ?>...

make backup of index.php just for case.It is question will this work normaly. Maybe you will have to do some layout styling modifications.

Please Log in to join the conversation.

More
12 years 1 month ago #17447 by maryswave
Perfect Thanks

Please Log in to join the conversation.

Time to create page: 0.328 seconds
Powered by Kunena Forum