Hi bongyii
<blockquote>accoding to user manual and forum, the template width come with wide,narrow and auto . to change these setting simply go to the 28th line of the “ja_Rochea/index.php” file and change the value of $ja_width_default.
But if anyone check properly it is not there</blockquote>
It is not right because at about line 123, it is using:
+ Open templatesja_rocheaja_templatetools.php file, at about line 4, you will see following code:
[PHP]$ja_width = $ja_width_default;[/PHP]
+ And templatesja_rocheaindex.php file, at about line 123, you will see this code
<body id=”bd” class=”<?php echo “$ja_width fs”.$ja_font_size;?>”>
For the issue: I want to use auto width
=> You have to change a lot of code because if you change this code:
<body id=”bd” class=”<?php echo “$ja_width fs”.$ja_font_size;?>”>
to <body id=”bd” class=”<?php echo “fs”.$ja_font_size;?>”>
The system will auto understand that this template is narrow mode.