Ok, to remove side bar you gotta quote these out on page.php in your child theme :
</div><!– #content –>
</div><!– #primary –>
<?php /*?><?php get_sidebar( ‘content’ ); ?><?php */?>
</div><!– #main-content –>
<?php
//get_sidebar();
get_footer();
But you are left with the black bar on the left – so I assume you want the full content area just like me . . . ok . . . working on that bit now . . .