How to resize your company logo in your emails?

Summary

When setting up your Notification Layout and adding a logo to customer communications, it can be difficult to determine how it will appear until you've tested it in an email. Sometimes, the logo may appear too large or too small. This guide will help you adjust the logo size to ensure it displays correctly.


Step-by-Step Guide

  1. Access System Configuration

    • From the home page, navigate to the System Configuration module.

      System

  2. Open Notification Layout

    • Click on Notifications.

      Notifications.png

    • Select Layout.

      Screenshot_2023-03-03_at_15.30.20.png

  3. Locate the Logo Image

    • Press CTRL + F (or Command + F on Mac) and type "img" in the template text box

      Screenshot_2023-03-03_at_15.32.24.png

    • The first result that appears should be the logo.

      Screenshot

  4. Adjust the Logo Size

    • Locate the max-width setting in the code.
    • Modify it to your preferred dimensions.
      • Example:
        • 60% Size:
          css

          Screenshot 2025-03-07 at 10.23.23.png

          max-width: 60%;


          Screenshot 2025-03-07 at 10.08.46.png
        • 100% Size:
          css
           
          max-width: 100%;
          Screenshot_2023-03-03_at_15.11.42.pngScreenshot 2025-03-07 at 10.00.55.png

  5. Save Your Changes

    • Click Save to apply the new logo size.
Was this article helpful?
0 out of 0 found this helpful