emailmonday / Cerberus

A few simple, but solid patterns for responsive HTML email templates and newsletters. Even in Outlook and Gmail.

Home Page:https://www.cerberusemail.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

1px overflow on TD of full width image

vz01d opened this issue · comments

commented

Describe the bug
I can see an 1px overflow to the right of the full width image in all 3 templates (responsive, hybrid, fluid) which hurts layout a bit.

To Reproduce

  1. Which template? (there are three) -> all of them
  2. Which email clients and/or devices are affected? -> win10 (outlook) mail-app (desktop) it's that default email client shipped with win10

Screenshots
grafik

I am not entirely sure if this is intended however I think it's not as it does not display in other mailclients that I'd know of.

Any help required to reproduce this please let me know.

Thanks!

🤔 a few questions:

  1. How / where did you add that red color?
  2. You only see this in win10 Outlook Mail on desktop?
commented

it's on the td wrapping that hero image, I changed the background to red for more visibility:

<!-- Hero Image, Flush : BEGIN -->
<tr>
    <td style="background-color: red;">
        <img src="https://via.placeholder.com/1360x600" width="680" height="" alt="alt_text" border="0" style="width: 100%; max-width: 680px; height: auto; background: #dddddd; font-family: sans-serif; font-size: 15px; line-height: 15px; color: #555555; margin: auto; display: block;" class="g-img">
    </td>
</tr>
<!-- Hero Image, Flush : END -->

Yep only on mail, tested with almost all others from thunderbird to gmail to android mail. Some Version Info:

grafik

@vz01d Thanks for the details. I'll dig into this when I can. Presently I don't have access to a Windows machine or a Litmus account, so it may take a while.

commented

Alright thank you. I will take a shovel and help digging if I find some free minutes during the week. However I am not that used to mail templates so could take even longer. 🤐🙈

Finally getting to this, but I'm having trouble reproducing this using Email on Acid. I've changed the background color not he wrapping <td> to red, but it doesn't show in Outlook 2016 (Win10) or Outlook 1029 (Win10).

Screen Shot 2020-08-11 at 4 50 47 PM

I don't suppose you were able to make any progress on your end?

@vz01d Are you still having this issue? If you didn't see my comment above, I'm having trouble reproducing this.

@vz01d Hi, I still cannot reproduce this in any version of Win10 Outlook using Email on Acid:

Screen Shot 2020-11-22 at 8 20 21 PM

I'm gonna close this for now, but feel free to reopen it if you still see the issue and can provide steps to reproduce it. ✌️