Hi @bgr5
Please go to Appearance >> Customize >> Additional CSS section in your WordPress Admin Area and paste the below CSS there:
/* Posts Page */
#primary {
width:100%;
}
/* Individual Post */
#primary-mono {
width:100%;
}
It would resolve your issue. 🙂
Those spaces are for the sidebar. After applying CSS, if you insert any widget in the sidebar, then it will come below your posts.
Hi Animesh,
It worked perfectly. Thanks a lot.