Hey
I can't find out how to turn of the content wrapping around images, even if they are in differnt <p> </p>
Cheers
.articleContent img, .feed-item-description img { float: left; margin: 0 10px 10px 0; display: block; padding: 0; background: #fff }
.articleContent img, .feed-item-description img { float: none; margin: 0 10px 10px 0; display: block; padding: 0; background: #fff }
kennst wrote:Hey
I can't find out how to turn of the content wrapping around images, even if they are in different <p> </p>
Cheers