• Resolved happynaturaldog

    (@happynaturaldog)


    When I have the plugin settings on “image centered above text” and use RSSITEM:CONTENT in a Mailchimp campaign the image shows up in the email but the text starts to the right of the image at the bottom right corner than wraps around underneath. How can I keep that from happening?

    I can send screen shots but there is no way to upload them here.

    Thank you

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

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author 5 Star Plugins

    (@5starplugins)

    Hi there,

    Some services like Mailchimp often strip out the CSS that we include to center or align images, so they require custom CSS added in their template.

    Review this Custom CSS doc we have here:
    https://support.5starplugins.com/article/26-mailchimp-custom-css

    If you need additional help with adding the CSS, we offer custom CSS support to Premium users.

    If you’ve added it and it’s still not working, follow up with us and we can dig into it more.

    Thread Starter happynaturaldog

    (@happynaturaldog)

    I am going to try the custom CSS you sent in the link above. Do I put this in the campaign email template?

    If this doesn’t work, you said you offer custom CSS to premium uses. Is premium the same as the paid Hustle Pro plugin?

    Thanks.

    Plugin Author 5 Star Plugins

    (@5starplugins)

    Hi there,

    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:

    <style>
    .mcRssImage {
    width: 600px;
    max-width: 100%;
    padding-bottom: 15px;
    }
    </style>

    The Premium features and support are not related to any other paid plugin, you would click the green Upgrade button on our plugin option page, and then go through checkout and downloading the Premium version. Then Contact us via the Technical Support form.

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