How to set template center position in Yahoo mail

I’m having a strange issue with Yahoo, where my email is not centered and goes way to the left.

yahoo-mail-template-not-center-position

 

 

 

 

 

 

Where other Mail services is doing good with centered position as my expectation.

However, Finally I have worked out a neat little fix to ensure the email is centered okay. To set up that, I add the following style to the main “table 100% width & height, align – center, table-layout: fixed”  that able wraps around my content:

<table height="100%" width="100%" cellpadding="0" cellspacing="0" 
border="0" align="center" style="table-layout:fixed;">


yahoo-mail-template-center-position

 

 

 

 

 

 

 

Thanks! for reading. Good Day 🙂