If you want a full length page just create a new PHP file in your theme folder (ex: pagenosidebar.php).
put this code at the beginning :
<?php
/*
Template Name: Page without Sidebar
*/
?>
Copy your page.php code and paste it.
Delete the full <div> part where sidebar.php is called
adjust the length of the <div> content with : style=”width:100%;” (or direct in your style.css but all your pages will be full length in this case)
Create a new page and select “Page without Sidebar” in model, that’s all ??