I'm having an issue with a Marketo template (Default template: "Newsletter" > "Snowbunny") where my columns are coming across as stacked rather than horizontally oriented as they should. In my preview all looks fine and when testing/sending to PC accounts it's all fine but when rendered on a MAC in outlook all of the columns are stacking. Does anyone have any suggestions on what needs to be adjusted within the code (I've included below) in case anyone knows? Any suggestions would be much appreciated!
Screenshot on MAC:
Screenshot on PC/Marketo Preview:
Here is the template code:
I've not spent any real time on this, but try looking at this media query
@media only screen and (max-width: 640px) {
Drop it to 600 and see what happens.
That shouldn't be the issue, but I am curious. If you have a small screen, and hence a small preview area, weird things can happen!
Cheers
Jo
Hi Jo,
Thanks so much for the reply! That's an interesting thought, I tried adjusting the value as suggested to 600 from 640 but the columns are still showing stacked. Interestingly they are stacking down the middle now as opposed to the left.
Any other suggestions?
Thanks,
Alyssa
@Alyssa_Pacheco, I'll try and make time today to have a proper look at the code and what is going on. Have you reviewed on Email On Acid or similar to see if it's something quirky in your environment vs global
@Jo_Pitts1 much appreciated!
I haven't actually, I will look into that.