Hello,
I insert an image in article
Tab - images and links - intro image/full article image
with float left
But the images is over the text and the width is no correct.
See
http://dario.webarch.it/lupi_001/index. ... ghi-comuni
Thank you
.img-fulltext-right {
float: right;
margin: 0 0 15px 15px;
}
.img-fulltext-left {
float: left;
margin: 0 15px 15px 0;
}