Viewing 6 replies - 1 through 6 (of 6 total)
  • Plugin Author Robin Cornett

    (@littlerchicken)

    The plugin adds inline styles to force full size (email size) images to center in the email; it should just work. I would need to know the link to your RSS feed to be able to evaluate what may not be working correctly. If you can share that, I can try to look into it.

    Thread Starter Rai

    (@raiacuarioprocom)

    Many thanks Robin!.

    I know is weird.
    This is the URL feed:
    https://www.comunidadkundalini.com/blog/feed

    Thread Starter Rai

    (@raiacuarioprocom)

    HI Robin,

    I′m trying now at aligning the image to the left, this works but it gives me not padding between the image and the text.
    Here is a link to a screenshot that shows how it looks: https://pasteboard.co/g6OwYbq.png

    Any recommendantion on how to add this padding to the featured image?.

    Many thanks.

    Plugin Author Robin Cornett

    (@littlerchicken)

    Hey Rai! I looked into this and I know why the centering isn’t working on your image, but need to figure out how that can be addressed. Part of it could be addressed by using the mailchimp sized image which is created by the plugin, so the image would be full width, but I do need to do some investigating on my end for smaller images.

    I’ve put your updated feed in a MailChimp template on my end, and the alignment and margin on the image are working as they should for me. Can you double check your email preview, or check if your email has any custom styling that might be overriding the plugin? The last is less likely, as the image has inline styling, which is very difficult to override. Here’s what one of your images looks like in the raw feed:

    <img width="300" height="210" src="https://www.comunidadkundalini.com/wp-content/uploads/2016/04/planificacion-de-vida-300x210.jpg" alt="Cómo planificar tu vida" align="left" style="margin: 0 20px 20px 0" />

    The align="left" style="margin: 0 20px 20px 0" are added by the plugin to handle the alignment and padding, and they’re correctly in place, so I’m not sure what could be messing them up.

    Thread Starter Rai

    (@raiacuarioprocom)

    Hi Robin

    I′m testing other variables, I will come back to you with what I found.

    Thread Starter Rai

    (@raiacuarioprocom)

    Hi Robin,

    This is what I did and it is working:

    <h2 class="null" style="line-height: 20.8px;">*|RSSITEM:TITLE|*</h2>
    <br />
    <style type="text/css">img.CToWUd{padding-right:15px;}
    </style>
    *|RSSITEM:CONTENT|**|END:RSSITEMS|*

    With the img.CToWUd{padding-right:15px;} code in place the image is with padding now.

    Many thanks for the plugin!.

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Center image’ is closed to new replies.