remove blank space where sidebar was

You may add this code to your custom CSS :

.page-template-pageWithOutSidebar .entry-header, .page-template-pageWithOutSidebar .entry-content {
    padding-right: 0;
}