Yahoo centering email | Community
Skip to main content
August 2, 2017
Question

Yahoo centering email

  • August 2, 2017
  • 1 reply
  • 1302 views

We have a series of emails setup using the Skeleton (Marketo Starter Template).  The emails render correctly in everything except for Yahoo.  For some reason, Yahoo mail is centering the email.  We have not made any edits to the Skeleton template.  Anyone familiar with this issue and how it can be solved?

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.

1 reply

Casey_Grimes2
Level 10
August 2, 2017

Apply style="table-layout: fixed;" to your outermost container table.

Additionally, Yahoo does respect its own unique media queries, so I recommend adding the following to your CSS:

@media yahoo {

            .yhide { display: none !important; }

            .ywauto { width: auto !important;}

        }