• Resolved KittyFlynn

    (@macwillard)


    First off, thanks for the great plugin! I installed Featured recently for my Mailchimp and the image resized perfectly! Unfortunately, the Alignment and Spacing options don’t appear to be working. Here’s what I set up on Featured:

    and here’s the Mailchimp preview with those settings:

    The image is sized correctly, but the text isn’t wrapping nor is it padded. Any help is much appreciated!

Viewing 1 replies (of 1 total)
  • Hi Mac,

    The alignment is for the raw feed… Mailchimp unfortunately usually requires it’s own CSS to work properly, see this thread here:

    https://ww.wp.xz.cn/support/topic/example-mailchimp-rss-template-code/

    Example CSS that may do the trick for you, it floats the image left, with 20px padding on the right side, and sets the width to 600px and max-width to 100% for responsive display.

    <style type="text/css">.rss-content img {
      float: left;
      margin-right: 20px;
      width: 600px;
      max-width: 100%;
    }
    </style>

    Let me know how that works for you?

    Thanks,
    Rob

Viewing 1 replies (of 1 total)

The topic ‘Alignment & Spacing Not Working’ is closed to new replies.