Guys finally i made it by myself and it works great.. I’ll give you the changes if anyone needs it..
Open the single.php
Find this :
<?php get_header(); ?>
<div id=”content” class=”widecolumn”>
And replace with this :
<?php get_header(); ?>
<div id=”content” class=”narrowcolumn”>
Find this in the end of the file :
<?php get_footer(); ?>
And replace with this :
<?php get_sidebar(); ?>
<?php get_footer(); ?>
I am new on the blog script, but i think this is correct.. It works great for me.. i hope i helped someone who needs the same thing with me! ??