Sade bir tema kullanıyorum, site içeriğine girdiğimde. yorum kutusunun site içeriği ile aynı boyutta olduğunu görüyorum. Arkaplan beyaz olduğu için ve içerikten ayırt edecek bir farkı olmadığı için rahatsız edici görünüyor. Yorum alanını küçültmek istiyorum. Bunu css'den hangi kodu oynayarak yapmam gerekir?
/* =Comments
----------------------------------------------- */
.comment-content a {
word-wrap: break-word;
}
.comments-area .comments-title {
font-size: 1.5em;
line-height: 1em;
margin: 0 0 1em;
}
.comments-area .comments-title:before {
font-family: 'FontAwesome';
content: "f086";
margin-right: .25em;
}
.comments-area .comment-reply-title {
font-size: 1.25em;
line-height: 1.2em;
margin: 0 0 1.2em;
}
.comments-area .comment-reply-title:before {
font-family: 'FontAwesome';
content: "f112";
margin-right: .5em;
}
.comments-area ol {
list-style-type: none;
}
.comments-area ol li {
margin-top: 1.125em;
margin-bottom: 1.5em;
}