• Resolved affinitymc

    (@affinitymc)


    Using the PRO version. When I insert media (e.g. png) into a template or the body of an email, and set it to center, the email arrives with it left aligned.

    Any ideas on why this is happening?

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Contributor Suman Bhattarai

    (@metalfreek)

    Hello @affinitymc You will need to edit HTML a bit to achieve this. To align image to center, please add these inline style in img tag. I have provided an example below
    style="display: block;margin-left: auto;margin-right: auto;"

    <img style="display: block;margin-left: auto;margin-right: auto;" src="...">

    This is a temporary fix for now. I will try to make this work by default in next release. Thank you for reaching out.

    Plugin Contributor Suman Bhattarai

    (@metalfreek)

    New release of plugin has fixed this issue and image alignment should work as expected without adding custom styles I have given in above comment. Thanks.

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Media not aligning’ is closed to new replies.