OK, I found out how to remove the sidebar
I took this out:
<div class="span4 well-intro">
<?php if ( is_active_sidebar( 'wpstrapgrid-sidebar-posts' ) ) : ?>
<?php dynamic_sidebar( 'wpstrapgrid-sidebar-posts' ); ?>
<?php endif; // end sidebar widget area ?>
</div>
How do I now get the post to be full width?