style.css'de şunu;
.blog-post-single .post-content-wrapper {
width: 100%;
float: none;
}şu şekilde değiştirin;
.blog-post-single .post-content-wrapper {
width: 70%; //Burayı istediğiniz oranla değiştirebilirsiniz
float: none;
margin: auto;
}
sağolun hocam, istediğim gibi oldu