Hi,
Try adding this in custom > css to remove the white line on the left.
body .x-content-sidebar-active .x-container.main:before {
30%;
}
Then remove the featured image in the page itself, you can add this in custom > css.
.single .entry-featured {
display:none;
}
Hope that helps.