Hi-
I'm trying to add more spaces between images and texts on the posts... it is too tight right now...
I have
div.entry-content {
font: 0.8em Courier;
line-height:19px;
padding-top:6px;
padding-bottom:6px;
padding-left:8px;
}
div.entry-content p{
margin: 0;
padding: 0;
}
and if I try to add more "line-height" it just adds more spaces in the paragraph, not the images and texts spacing...
Does anyone have any ideas?
Thank you so much in advance!