Подскажите как сдвинуть комментарии (число 5 с картинкой) вверх, уже что только не пробовал.
.post {
position: relative;
width: 500px;
}
.post-stats .icon {
width: 15px;
height: 15px;
}
.post-date {
position: absolute;
left: 0px;
font-size: 15px;
display: inline-block;
background-color: #FFFFFF;
padding: 15px 10px;
border-bottom: 5px solid #bdc3c7;
font-weight: bold;
margin-right: 20px;
}
.post-type {
}
.post-title {
display: inline-block;
color: #2980b9;
font-size: 20px;
margin-left: 70px;
margin-right: 50px;
margin-bottom: 5px;
}
.post-author {
position: absolute;
left: 70px;
font-size: 12px;
text-decoration: none;
}
.post-type {
position: absolute;
left: 0px;
top: 65px;
width: 55px;
height: 55px;
display: inline-block;
background: #7f8c8d url("/assets/course14/quotes.png") no-repeat 50% 50%;
border-bottom: 5px solid #bdc3c7;
}
.post-author a {
text-decoration: none;
}
.icon {
display: inline-block;
}
.post-stats a {
text-decoration: none;
}
.icon-tags {
margin-left: 70px;
margin-top: 15px;
width: 10px;
height: 10px;
display: inline-block;
background: url("/assets/course14/post-challenge.png") no-repeat 0 0;
}
.icon-comments {
width: 10px;
height: 10px;
margin-left: 200px;
background: url("/assets/course14/post-challenge.png") no-repeat -20px 0;
}
.post-text {
position: absolute;
display: inline-block;
width: 180px;
background-color: #FFFFFF;
padding: 15px;
margin-left: 70px;
border-bottom: 5px solid #bdc3c7;
}