Viewing 3 replies - 1 through 3 (of 3 total)
  • The feed looks good to me, centered. Mailchimp may need additional CSS in it’s template for it to be centered, it creates it’s own CSS classes inside it’s templates.

    I had to rework a template to get the text to wrap around the image with a padding, here’s the body code I ended up using:

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

    You could try that but change the “float: left” to “margin: 0 auto” and see if that works.

    Thread Starter orgassist

    (@orgassist)

    That didn’t seem to work, but thanks anyway.

    I have this same problem!

    When I first set up the plugin, it looked fantastic on my feed, with the image above the text.

    Suddenly, without any provocation, the text now begins at the bottom-right corner of the image with no padding.

    I’ll give it some time and see what happens, but wanted to let you know.

    Fantastic plugin, by the way!

    Thank you,
    Sharon

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Images not centered above text’ is closed to new replies.