1
Outlook 07/10/13 Right Aligning Buttons
Okay this is a bit weird, I have a 2 column table code that I use for side-by-side content I want to stack in mobile. Looks good, stacks properly, except in Outlook 2007/2010/2013 they are right aligned. I checked the code and I have aligned center everywhere (overkill). Please see attached screenshot of what I mean, it looks like Outlook 2007/2010/2013 is right aligning them even though there is nothing in the code specifying that. Any help is appreciated!
Correct
Incorrect
Hi Bonnie, can you provide the code for this section?
Then we can take a look and see what the issue is.
Actually figured it out, those specific browsers didn't like having a 100% table inside of a 50% table. I changed the 100% table to a fixed width - 270px - and it was fixed.
Yay, good to hear :)