- Posts: 65
- Thank you received: 0
Content-left-righ
-
Axpal
Inactive member - Topic Author
- Member
Less
More
12 years 6 months ago #19105
by Axpal
Content-left-righ was created by Axpal
Hello, I have a problem on Hotsportal in 2.5, I can not change the place of columns that are content-left-righ and I want left-content-righ, I went to "change the style of templae and it does not work not yet the column width for example does it work? How? thank you
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
12 years 6 months ago #19113
by ivan.milic
Replied by ivan.milic on topic Re: Content-left-righ
If you use pre-defined style you must edit style file
templates\hot_sportal\styles\style1.php
.
.
.
templates\hot_sportal\styles\style5.php
depending of which style do you use
...
$columnLayout = "mlr";
...
mlr means - middle-left-right
templates\hot_sportal\styles\style1.php
.
.
.
templates\hot_sportal\styles\style5.php
depending of which style do you use
...
$columnLayout = "mlr";
...
mlr means - middle-left-right
Please Log in to join the conversation.
-
Axpal
Inactive member - Topic Author
- Member
Less
More
- Posts: 65
- Thank you received: 0
12 years 6 months ago #19123
by Axpal
Replied by Axpal on topic Re: Content-left-righ
Hello Ivan, Thank you for the reply but it does not work! Everything works except this function? I work with the template HotPortal, style 5 and I can not move the columns that I have no problems with the same template on another site in 1.6?
Best regards
Best regards
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
12 years 6 months ago #19137
by ivan.milic
Replied by ivan.milic on topic Re: Content-left-righ
try to set value of that variable just above:
....
?>
<link rel="stylesheet" href="<?php echo $template_path ?>/css/template_css.css" type="text/css" />
....
in index.php of template
....
?>
<link rel="stylesheet" href="<?php echo $template_path ?>/css/template_css.css" type="text/css" />
....
in index.php of template
Please Log in to join the conversation.
Time to create page: 0.158 seconds