My old post was deleted by the spam robot, apologies for having to make another post.
@coreyschaaf
Apologies if I wasn't clear.
In Chrome Gmail, my design is looking like this:
However in Outlook, it is looking like this:
I want my Outlook version to look like my Chrome Gmail version.
Thanks!
I sent the post to zurb foundation to unmark it as spam. However, I'll see if I can help you here.
The images you are using appear to be pretty large images. (Retina images). Out of curiosity, the two images in the "This is a picture link section" appear to be fairly large. Do you have a height="" and width="" set on the <img> tag for those two images. My guess is that it isn't the wrapper that's causing the issue, but instead it's the total combined width of both images. If those images are retina images (images that are larger than the container you're trying to put them inside of) you need to specify an image width and height directly on the image. This way outlook doesn't try to use the native (actual size) of the image.