<em>@belial 35621 wrote:</em><blockquote>Hi,
the style file fresh.css is empty…. and the “narrow” witdh dont work!
where is the problem?
Cheers</blockquote>
Hi.
File fresh.css is empty because fresh is default style of senecio template.
If when you change value of $ja_width_default to “narrow” and don’t see it work, plz search this line in your index.php file, locate at folder templates/ja_senecio:
<blockquote>
<body id=”bd” class=”<?php echo “$ja_width fs”.$ja_font_size;?>”>
</blockquote>
change to
<blockquote>
<body id=”bd” class=”<?php echo “$ja_width_default fs”.$ja_font_size;?>”>
</blockquote>
Hope can help you.