Bu kodu style.css dosyasına ekle. Cache temizlemeyi unutma.

@media screen and (min-width: 881px) {
.single .hentry .entry-content {
width: 100%;
}


Ayrıca resimleri de tam sığdırmak istersen aşağıdaki kodu da ekleyebilirsin.

.post img {
width: 100%;
}