• Resolved vagabondfrog

    (@vagabondfrog)


    Hello,

    I tried different methods to put a space under the image without success and the default option in the plugin parameters doesn’t work. Is it even possible ? It doesn’t look so good with the text right under.

    So I tried to inspect the image element with Thunderbird console and it seems that there are 3 classes involved : webfeedsFeaturedVisual, wp-post-image and mcRssImage.
    I’ve searched a bit and found a doc here : https://support.5starplugins.com/article/26-mailchimp-custom-css.
    I tried different things and what it says in the link but it doesn’t do anything – and now I have to wait because I reached the test limit on MC and images don’t display in preview mode.

    Any clue ?
    Thanks !

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

    (@5starplugins)

    Hi there,

    The .mcRssImage class with that custom CSS should work… if you’ve added that custom CSS to your template at the top as shown, then I’d need to see the test email HTML to see what’s going on.

    If you hit the Mailchimp test limit, you may need to duplicate the campaign to send more tests… or create a test audience or segment, and do a send to the test segment only.

    Reach out if we can help further, perhaps reply with the HTML code you’re seeing in the test email with the custom CSS and the image, link to a screenshot in Dropbox etc.

    Thread Starter vagabondfrog

    (@vagabondfrog)

    Hello and thank you for your reply.

    So I had the occasion to test it again. It seems that it works with the .mcnTextContent class with this, effectively :

    <style type=”text/css”>.mcnTextContent img {margin-bottom: 20px;}
    </style>
    <!–[if gte mso 9]>
    <style type=”text/css”>.mcnTextContent img {margin-bottom: 20px;}</style>
    <![endif]–>

    I tested it with the <!–[if gte mso 9]> part also and it gives a satisfying result. Thank you for your answer, I didn’t pay enough attention it seems ;).

    Plugin Author 5 Star Plugins

    (@5starplugins)

    Hi there, the “gte mso” CSS should help with Outlook email rendering.

    Thank you for the follow-up, glad to hear you got it working.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Space under image ?’ is closed to new replies.