In my single posts, I changed change the second line from:
<div id="content" class="widecolumn">
to
<div id="content" class="narrowcolumn">
Then add this line :
<?php get_sidebar(); ?>
just before the last line containing:
<?php get_footer(); ?>
Now my blogroll and meta won't show up. Help!