• Resolved purefireflies

    (@purefireflies)


    I have added the space before the text in the plug in settings, but in MailChimp emails the space doesn’t appear.
    any ideas?

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Plugin Author 5 Star Plugins (Rob)

    (@5starplugins)

    Hi there,

    Often Mailchimp requires custom CSS using it’s own CSS classes to affect the images it’s adding to the template. You would paste it into the RSS merge tag body Text Block, click on it’s Code <> icon, and paste it at the very top of the HTML code.

    For example, this CSS would make the images full-width above the text, with a 20px space below the image:

    <style>
    .mc-rss-item-img {
    width: 600px;
    max-width: 100%;
    margin-bottom: 20px;
    }
    </style>

    Let me know if that helps?

Viewing 1 replies (of 1 total)

The topic ‘Space missing before text.’ is closed to new replies.