ok i finally understand what you're referring to , the space between the pic and the text
which i would happily attempt to fix although i don't know where to start ,
can i have a hint please
thanks so far
actually this is good advice as nearly all my wordpress sites have this occurrence
if i am in the correct spot just bold over where i should adjust .......... thanks heaps
/* Main - Content - Post */
#content .post {
color: #000000;
float: left;
margin-bottom: 16px;
width: 554px;
padding: 7px;
background: #D1CEC1;
}
/* Post - Title */
#content .post .post-title {
width: 554px;
height: 51px;
color: #000000;
font: bold 12px "Trebuchet MS", Verdana;
}
#content .post .post-title a {
color: #000000;
text-decoration: none;
}
#content .post .post-title a:hover {
text-decoration: underline;
}
#content .post .post-title .post-date {
float: left;
background: url("images/post_date.gif") repeat-x;
width: 50px;
height: 51px;
color: #FFFFFF;
text-align: center;
text-transform: uppercase;
margin-right: 10px;
font: bold 10px/15px "Trebuchet MS", Verdana;
}
#content .post .post-title .post-date span {
margin-bottom: 2px;
display: block;
font: bold 16px/34px "Trebuchet MS", Verdana;
}
#content .post .post-title h2 {
padding: 4px 0 3px 0;
color: #000000;
font: bold 19px "Verdana", Verdana;
}
#content .post .post-title h2 a {
color: #720000;
text-decoration: none;
}
#content .post .post-title h2 a:hover {
text-decoration: underline;
}
/* Post - Entry */
#content .post .post-entry {
font: normal 12px/18px "Trebuchet MS", Verdana;
color: #000000;
padding: 0 4px;
width: 546px;
}
#content .post .post-entry a {
color: #000000;
text-decoration: none;
}
#content .post .post-entry a:hover {
text-decoration: underline;
}
#content .post .post-entry .more-link {
font: bold 12px/20px "Trebuchet MS", Verdana;
color: #000000;
float: right;
padding-bottom: 5px;
}
#content .post .post-entry .more-link a {
color: #000000;
text-decoration: none;
}
#content .post .post-entry .more-link a:hover {
text-decoration: underline;
}
/* Post - Info */
#content .post .post-info {
padding: 10px 4px 0 4px;
width: 546px;
clear: both;
font: bold 12px "Trebuchet MS", Verdana;
color: #000000;
}
#content .post .post-info a {
color: #000000;
text-decoration: none;
}
#content .post .post-info a:hover {
text-decoration: underline;