I would like to eliminate the space between the title and the content of k2 article, and the space underneath the lower edge of the image.
how can I do?
thanks
Marlais
.itemHeader {
margin: 0 0 24px 0;
}
.itemImageBlock {
border: 5px solid #E5E5E5;
float: left;
margin: 0 10px 0;
padding: 0;
position: relative;
}
.itemImageBlock {
border: 5px solid #E5E5E5;
float: left;
margin: 1em 10px 0;
padding: 0;
position: relative;
}
span.itemImage {
line-height: 0;
}