Skip to main content
Keri_DL_Sandbox
Level 1
August 13, 2019
Question

Creating Design Studio Templates

  • August 13, 2019
  • 1 reply
  • 1832 views

When using the Design Studio templates to create an email, how can you edit an image size? I'm trying to enlarge the header logo but it defaults to a small size and it is locked. Thank you!

#designstudiotemplates

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.

1 reply

Madeline_Trott1
Level 2
August 13, 2019

If you know how to edit html, you can do this in the HTML code of an email template. Example:

<p style="margin-top:0;margin-bottom:0;margin-right:0;margin-left:0;"><a href="website URL" style="text-decoration:none;color:#ffffff;"><img src="enter URL of image" alt="Name of Company" width="enter size you want the image to be Ex: 125" style="border-width:0;height:auto;-ms-interpolation-mode:bicubic;margin-top:0;margin-bottom:0;margin-right:auto;margin-left:auto;display:block;max-width:70%;" /></a></p>