Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter StartConfident

    (@startconfident)

    Replying to my own post… ??

    After re-pinging my Feedburner, I see that the size of the image has reduced. (Yay!)

    But the problem I can’t solve is…although I choose to Center the Image Above the Text in the plug-in settings, it’s always left-justified…

    No matter how much I ping and clear caches. Even my test emails to myself show left justified image.

    Appreciate the help.

    Hi there. Glad the size fixed itself. For the alignment, that’s raw HTML output with simple CSS. Within other parsing engines like Feedburner or Mailchimp, it may not be outputting the same CSS or stripping it out, so it’d be up to the service to offer alternate methods of justifying the image it receives.

    Not sure what options feedburner offers if any, but Mailchimp needs different CSS for sure because it assigns .rss-content img to the image it pulls in. Here’s CSS I’ve used inside Mailchimp that works, you could try replacing “float: left;” with “margin: 0 auto;”:

    <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>

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Featured image in RSS is ::huge!::’ is closed to new replies.