Edit style.css:
p {
font-family:tahoma;
font-size:13px;
margin-bottom:15px;
margin-top:0;
text-align:justify;
}
and reduce the value for margin-bottom.
Thank you Esmi but when I do it the Image and text changes, I just want to change the text, is it possible to have the image in the current place?
Also I’d like to Know how can i change the Background and size of this only? it’s the description under the title (name of author, date, number of comments..)
http://img543.imageshack.us/img543/3754/capturetp.png
Try:
entry {margin-bottom:1em;}
I have
.entry {
margin: 0;
padding: 0px;
}
so it’ll be
.entry {
margin: 0;
padding: 0px;
margin-bottom:1em;
}
right?
Oh – I must be suffering from lack of food! That should have been:
.entry p {margin-bottom:1em;}
I don’t have .entry p should i add it?
you got any idea how to edit that ? Because there’s no code.
http://img543.imageshack.us/img543/3754/capturetp.png
Thanks, I really appreciate your work !
Yes – add it to the bottom of style.css using Appearance/Editor.