[ad_1]
@5starplugins Hi tried the css you provide here :
<style>
.mc-rss-item-img {
width: 600px;
max-width: 100%;
margin-top:20px;
margin-bottom:20px;
}
</style>
But nothing change 🙁
Hi @johannroche the template CSS classes can change depending on which one you’re using, try this newer CSS examples here, which also include Outlook-specific CSS logic:
<style>
.mcRssImage, .mcnTextContent img {
width: 600px;
max-width: 100%;
margin-top:20px;
margin-bottom:20px;
}
</style>
<!--[if gte mso 9]>
<style>
.mcRssImage, .mcnTextContent img {
width: 600px;
max-width: 100%;
margin-top:20px;
margin-bottom:20px;
}
</style>
<![endif]-->
See if that helps?
See our Support FAQs here as well if need be: