Sorry! This is the code that I mentioned and found ready by mrs. Laura Hartwig. This code removes white space of sidebar.
#content #left-col {
border: 1px solid #DDDDDD;
border-radius: 5px 5px 5px 5px;
float: left;
margin-right: 0;
padding: 0 5px 20px 25px;
width: 922px;
z-index: 1;
}
#content #right-col {
float: left;
padding: 0 0 0 3px;
width: 0;
z-index: 1;
}
.post-entry {
float: left;
padding-bottom: 10px;
padding-top: 10px;
width: 900px;
}