You might also look into creating different modules that'd let you add/remove modules from a layout rather than show/hide elements inside a "section". You can get pretty granular w...
I think you might need to add the class into an optional parameter on the parent .mktoImg div which will write the class to the image when it renders.
Try this instead maybe:
<di...
Good to see the width issue get ironed out. I know Im a little late to the party here but I did notice one more little thing that you might think about putting into play to shrink ...
You might try adding the "CTA Align" variable ${CTA-align}on the actual <td> for your button. It looks like you've got it on the parent <table> and the parent <td> to that table, b...
Hey Jo,
It looks like there's a mixed bag of support for media queries on Desktop Outlook apps. These links are to an article from last year (so there might be more current info) b...
This is usually accomplished by adding a hash and the id="" value of the section you'd like to link to into the URL.
For example, if you wanted to drive to https://www.example.com...
Hey Zack,
Would you be willing to post a link to the non-responsive page you've got setup on the Marketo template and let me know which template you're using from the library. I'v...
Are there other images on the email that ARE showing up in the client's inbox? Maybe they've got images turned off by default or something other like that? I've heard about issues ...
I've seen hairlines of color before in a module and it's usually got something to do with the HTML structure of the email or where the colors are placed in the HTML. In my experien...
If there's a toggle to hide the button, you might also want to try and clear the editable element for the button if that's possible (to get rid of the html). Simply hiding it with ...