Support » Plugin: Featured Images in RSS for Mailchimp & More » Responsive large images and text

  • Resolved chainznanz

    (@sunitkaul)


    Hi Rob,

    This is not really a relevant question, but it would be great to get your perspective. I’m trying to show the last three posts along with their featured images in a responsive way in my RSS-driven Mailchimp campaign.

    I have set featured image size to “large” and positioning to “Image Centered Above Text”. The idea is to make the email look like this: http://imgur.com/3xNlzts.jpg

    Do you have any idea what I can do to make my emails look like the one in the picture?

    Thanks

    https://wordpress.org/plugins/featured-images-for-rss-feeds/

Viewing 1 replies (of 1 total)
  • You’d have to modify a Mailchimp template to display the photos and content in that way, usually adding custom CSS.

    I’ve used this code in Mailchimp to modify the image CSS and RSS output myself, feel free to modify it as you like:

    <style type="text/css">.rss-content img {
    padding: 0px 10px 0px 0px; float: left;
    }
    </style>
    <span style="font-size:12px">*|RSSITEMS:|*</span>
    <h2 class="mc-toc-title">*|RSSITEM:TITLE|*</h2>
    Posted on *|RSSITEM:DATE|*
    
    <div class="rss-content">*|RSSITEM:CONTENT|*</div>

    I hope it works out for you.

Viewing 1 replies (of 1 total)
  • The topic ‘Responsive large images and text’ is closed to new replies.