Sa. arkadaşlar benim sorunum konu açarken alt satır bırakıyor admin panelde ama konuyu açtıgımda aralarda hiç boşluk kalmıyor. Örneklendirecek olursak

Deneme mesajıdır.

Deneme Deneme Deneme

Şeklinde yazıyorum yazıyı gönderiyorum sitede;

Deneme mesajıdır.
Deneme Deneme Deneme

Böyle oluyor.

Daha önce arkadaşlar post için style.css ayarlarından bahsettiler ama bir türlü ilgili bölümü bulamadım. Aşağıda style.css post kısmını paylaşıyorum. Buna sebeb olan yeri düzeltene minnettar kalırım.

Teşekkürler.

Style.css
/* start post-content post config */
#post-entry {
float: left;
width: 560px;
}

.kutu {
background-image:url(images/hark.gif);
height:30px;
width: 565px;
}
.kutu h2{
text-align:left;
color:#fff;
padding-left:25px;
font:bold 14px/30px Arial, Helvetica, sans-serif;
}

.kutu h2 a{
color:#fff;
text-decoration: none;
}
.kutu h2 a:hover{
color:#000;
text-decoration: underline;
}

#post-entry h1 {
float: left;
width: 560px;
margin: 0px;
padding: 0px;
font:bold 12px/20px Arial, Helvetica, sans-serif;
text-align: left;
}
#post-entry h3 {
float: left;
width: 560px;
padding: 0px;
font-size: 1.8em;
font-family: Arial, Helvetica, sans-serif;
letter-spacing: -1px;
text-align: left;
font-weight: normal;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 10px;
margin-left: 0px;
color: #CC0000;
}
#post-entry h1 a:link, #post-entry h1 a:visited {
color: #CC0000;
text-decoration: none;
}
#post-entry h1 a:hover, #post-entry h1 a:active {
color: #FFFFFF;
text-decoration: none;
background-color: #CC0000;
}
.post-meta {
float: left;
width: 560px;
margin-bottom:10px;
}
.post-clear {
float: left;
height: 20px;
width: 565px;
}
.post-date {
float: left;
width: 565px;
padding-left: 18px;
background-image: url(images/time.gif);
background-repeat: no-repeat;
background-position: left center;
font-size: 11px;
color: #333333;
line-height: 18px;
}
.authors-cat {
float: left;
width: 490px;
font-size: 11px;
color: #333333;
background-image: url(images/author.gif);
background-repeat: no-repeat;
background-position: left 4px;
line-height: 24px;
padding-left: 18px;
}
.authors-cat a:link, .authors-cat a:visited {
color: #CB2026;
text-decoration: none;
}
.authors-cat a:hover, .authors-cat a:active {
color: #FFFFFF;
text-decoration: none;
background-color: #CC0000;
}
.post-date a:link, .post-date a:visited {
color: #999999;
text-decoration: none;
}
.post-date a:hover, .post-date a:active {
color: #000000;
text-decoration: underline;
}
.post-content {
float: left;
width: 560px;
font-size: 15px;
color: #333333;
font-family: Arial, Helvetica, sans-serif;
padding-left:3px;
}
.post-content p {
text-align:justify;
}
.post-content code {
display: block;
padding: 5px;
clear: both;
margin-top: 10px;
margin-right: 40px;
margin-bottom: 10px;
margin-left: 5px;
font-family: "Lucida Grande", "Lucida Sans", Tahoma;
font-size: 12px;
color: #000000;
background-color: #F8F8F8;
border: 1px dotted #F7F7F7;
}
.post-content img {
}
.post-content blockquote {
background-image: url(images/bquote.gif);
background-repeat: no-repeat;
background-position: left top;
clear: both;
margin-top: 10px;
margin-right: 40px;
margin-bottom: 10px;
margin-left: 5px;
padding-top: 15px;
padding-left: 38px;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
color: #333333;
font-weight: bold;
}
.post-content a:link, .post-content a:visited {
color: #09aad2;
text-decoration: none;
font:bold 12px/20px Arial, Helvetica, sans-serif;
}
.post-content a:hover, .post-content a:active {
color: #09aad2;
text-decoration: underline;
}
.post-commented {
float: left;
width: 290px;
padding-left: 18px;
font-size: 11px;
color: #000000;
background-image: url(images/comment.gif);
background-repeat: no-repeat;
background-position: left 3px;
line-height: 18px;
border-bottom-width: 1px;
border-bottom-style: solid;
border-bottom-color: #F2F2F2;
}
.post-commented a:link, .post-commented a:visited {
color: #333333;
text-decoration: none;
}
.post-commented a:hover, .post-commented a:active {
color: #000000;
text-decoration: underline;
}
#post-navigator {
float: left;
height: 30px;
width: 510px;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
line-height: 30px;
letter-spacing: -1px;
font-weight: normal;
margin-top:20px;
}
#post-navigator a:link, #post-navigator a:visited {
color: #000000;
text-decoration: none;
}
#post-navigator a:hover, #post-navigator a:active {
color: #fff;
text-decoration: none;
}
/* comment-template config css */