Removing Sidebar

I need to completely remove the sidebar in Unite. I am using the latest woocommerce & there are no widgets showing but my page looks lopsided and uneven when I am in my shop/category/product pages. Basically my whole shop.

http://accessoureyes.com/?product_cat=seed-of-creation

I have erased all instances of <?php get_sidebar(); ?> That I could find and modified my sidebar.php

<?php
/**
 * The Sidebar containing the main widget areas.
 *
 * @package unite
 */
?><div id="secondary" class="widget-area col-sm-12 col-md-4" role="complementary">
		<?php do_action( 'before_sidebar' ); ?>
		<?php if ( ! dynamic_sidebar( 'sidebar-1' ) ) : ?>

			</aside>

		<?php endif; // end sidebar widget area ?>
	</div><!-- #secondary -->

I have set the page settings to be full width for all the pages I can.

I understand that editing a responsive/dynamic layout can be tricky.

I need my pages to look centered and use the whole available page for the shopping experience.

Thank you

It was woocommerce that was causing the issue.

link to solution.

http://wordpress.org/support/topic/trying-to-remove-sidebar-from-all-woo-commerce-pages

sacredG,

I used your change in sidebar.php, but I have not like you a full width side (coffeexperts.eu) how did you managed to have your site spread out?