Please add the following CSS code to your Template Options -> Custom Code -> Custom CSS
body.view-article .article-details-wrap .left-sidebar-top,
body.view-article .article-details-wrap .left-sidebar-middle {
border-right: none !important;
}
body.view-article .article-details-wrap .col-md-4 {
width: 0 !important;
}
body.view-article .article-details-wrap .col-md-8 {
width: 100% !important;
}
After applying the change, please make sure to clear both your Joomla cache and your browser cache to see the updated result.