Post Module Not Wrapping the text in image

Hi Support,

Good Day!

In our News and Events page http://dev.newplymouthrsa.co.nz/news-and-events/ we use the post module but the text is not wrapping out in the images, is there a way to solve this?

If you visit each blog post in News and Events page it is correctly wrapped but in this page http://dev.newplymouthrsa.co.nz/news-and-events/ it messed up. Please help us to solve this.

Thanks,
Andre

Hey Michelle,

Just took a look at your Website. Try the CSS snippet below and see if it’s what you’re looking for. :slight_smile:

.fl-module .fl-module-content .fl-post-feed img {
    margin: 10px !important;
    float: left;
}

Thanks!

KC