Take out the part that pulls up the sidebar in the single post view page.
(directory)/wp-content/themes/(theme)
look into single.php (or singlepost.php) and manipulate this line?
Code:
<?php $post_backup = $post; get_sidebar(); $post = $post_backup; ?>