- Posts: 163
- Thank you received: 1
possible to change the layout??
-
maryswave
Inactive member -
Topic Author
- Member
-
Less
More
13 years 6 days ago #17410
by maryswave
possible to change the layout?? was created by maryswave
instead of Left Component Right
can it be changed to Component Left Right
and how would that be done?
can it be changed to Component Left Right
and how would that be done?
Please Log in to join the conversation.
-
ivan.milic
Support Staff -
- Moderator
-
Less
More
- Posts: 14116
- Thank you received: 1639
13 years 5 days ago #17423
by ivan.milic
Replied by ivan.milic on topic Re: possible to change the layout??
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 :
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.
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.
Time to create page: 0.175 seconds