Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Icon with text/Column within Column #2855

Open
lindseydrennan opened this issue Apr 19, 2024 · 1 comment
Open

Icon with text/Column within Column #2855

lindseydrennan opened this issue Apr 19, 2024 · 1 comment

Comments

@lindseydrennan
Copy link

lindseydrennan commented Apr 19, 2024

I'm wanting to do a small container fun fact section in an email. It has an icon next to the title, but can't figure out how to achieve this in MJML. I need everything to be in the same column because of the border-radius and background-color. I tried doing an img html tag for the image, but then in HTML the widths of the image aren't honored on a lot of platforms, so trying to figure out how to do it with MJML. I have quite a few sections that have this pattern, so need help! At the very least support border-radius for specific corners.

`

<mj-section padding="20px">
  <mj-column vertical-align="middle" padding="20px" background-color="#ebf6fe" border-radius="12px">
    <mj-text align="left" color="#00599c" font-family="Source Code Pro, Courier New, monospace" font-weight="400" font-size="18px" line-height="28px" padding="0px 0px 10px 0px">
      <img src="https://go.fleetio.com/rs/963-TNN-621/images/blue-light-bulb.png" href="https://fleetio.com" width="25px" align="left" target="_blank" alt="light bulb icon" />&nbsp;DID YOU KNOW?
    </mj-text>
    <mj-text align="left" color="#3A4245" font-family="Inter, helvetica, Helvetica, sans-serif" font-weight="regular" font-size="16px" line-height="25px" padding="0px">Lorem ipsum dolor sit amet consectetur. Amet adipiscing vivamus in aliquet ac nisi auctor quisque. Ut justo odio malesuada ornare suscipit at urna.</mj-text>
  </mj-column>
</mj-section>

`

CleanShot 2024-04-19 at 10 24 30@2x
Desired outlook

@lindseydrennan lindseydrennan changed the title Image and text next to each other Icon with text/Column within Column Apr 19, 2024
@iRyusa
Copy link
Member

iRyusa commented Apr 19, 2024 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants