Newsletter email handling of images in posts

The shortcode [newsletters_post_thumbnail] seems to handle an image that is within the post differently from an image that is a 'Featured image': in the first case the thumbnail image appears on one line, and the text begins on the next line, which is OK. In the second case the text starts immediately to the top right of the thumbnail, with no space between image and text, which looks poor.
I have tried adding hspace, but it has no effect.
How can I either: display a featured image + text exactly as a regular image + text; or, ignore a featured image, and use the post's first image always?

Comments

  • 0 Comments sorted by
  • Vote Up0Vote Down
    @glw99

    To change the alignment of the image, you can specify an align attribute, eg. [newsletters_post_thumbnail align=none...] or you can use left/right value as needed.

    The hspace attribute will determine the space between the thumbnail and the text, eg. [newsletters_post_thumbnail hspace=15...] . Can you please try this again?
Sign In or Register to comment.