I have an html newsletter that already appears correctly in most cases. However, I'm experiencing a strange case when opening it in Gmail. It looks fine when I open it in Firefox but in Chrome, part of the layout gets hidden behind an expand link.
I would have an easier time understanding if I were using two different email services but this is the same account viewed on two different browsers. There are no Gmail-related extensions installed on either browser so this appears to be server side. What can I do to prevent this? Thank you.
EDIT:
When viewed in Gmail while using Chrome and IE, the table that has the Entertainment block gets placed inside this:
<div>
<div class="adm">
<div id="q_2" class="ajR h4" data-tooltip="Hide expanded content" aria-label="Hide expanded content" aria-expanded="true">
<div class="ajT"></div>
</div>
</div>
<div class="im">
<!-- table goes here -->
</div>
</div>