Skip to content

Columns do not work in Gmail #2983

@bilogic

Description

@bilogic

Describe the bug
A clear and concise description of what the bug is.

To Reproduce
Steps to reproduce the behavior:
Gmail does not present as columns vs online editor https://mjml.io/try-it-live

<mjml>
  <mj-body>
    <mj-section>
      <mj-column>

        <mj-image width="100px" src="/assets/img/logo-small.png"></mj-image>

        <mj-divider border-color="#F45E43"></mj-divider>

        <mj-text font-size="20px" color="#F45E43" font-family="helvetica">Hello World</mj-text>

      </mj-column>
        <mj-column>

        <mj-image width="100px" src="/assets/img/logo-small.png"></mj-image>

        <mj-divider border-color="#F45E43"></mj-divider>

        <mj-text font-size="20px" color="#F45E43" font-family="helvetica">Hello World</mj-text>

      </mj-column>
    </mj-section>
  </mj-body>
</mjml>
Image

in Gmail

Image

Expected behavior
Expected Gmail to show the columns as how the editor showed it

MJML environment (please complete the following information):

  • OS: Windows 10
  • MJML Version [e.g. 4.2.0]: HTML exported from online editor
  • MJML tool used [e.g MJML App]: https://mjml.io/try-it-live

Email sending environment(for rendering issues):

  • Platform used to send the email: phplist

Affected email clients (for rendering issues):

  • Email Client [e.g Gmail]: Gmail
  • OS: [e.g. Windows]: Windows 10
  • Browser [e.g. Google Chrome]: Chrome Version 140.0.7339.186 (Official Build) (64-bit)

Screenshots
If applicable, add screenshots to help explain your problem.

Additional context
Add any other context about the problem here.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions