Got it!!! Had the same problem as you. Here is the solution
Go to edit your single.php page
on the second line, change
<div id=”content” class=”widecolumn”>
for
<div id=”content” class=”narrowcolumn”>
Next just add your
<?php get_sidebar(); ?>
code before the last line (just above the
<?php get_footer(); ?>)