Hey Vikram, here's my two cents...Also trying to understand- what if a HTML formatter is provided in the editor, would it suffice?I think the biggest help here would be to take the...
/* column padding */ form.mktoForm fieldset .mktoFormCol .mktoFieldWrap { padding: 0 10px !important; } You'll find this on line 139 in the most recent (bottom) set o...
While there is a bootstrap class you can use here for images (.img-responsive) -- and it looks like you've already got that in play on this page -- I usually go about this another ...
As a voice of reason, even when my favorite brands send me an email that is really long I don't think I've ever read it top to bottom. There's usually a thing-or-two that I'll tune...
Hey Brian,Sorry to leave you hanging on this for a while, I've finally gotten a chance to go in and set something up to shareas an example.I've included a screen cap below of what ...
Hey Alison, This is actually a silly problem with load order of the form styles that's keeping you from seeing your CSS. What's happening is that Marketo is loading the CSS you've...
Hey Nerea, the way these cookie notifications are deployed is usually thru a script that adds some HTML for the "pop up" and then either some styles that get injected by the script...
Here's a link to the Marketo EM syntax, I keep it bookmarked to refer to when this kinda stuff comes up:Email Template Syntax - Marketo Docs - Product DocumentationIn the screen be...
Hey Brian-Check out the thread here:Fluid Responsive Marketo Form CSS- Courtney added a link to a CSS file that'll help support multi-column layouts. You should be able to drag-n-d...
The double-tap issue (specifically for iOS) has something to do with the way the front-end is coded. It boils down to changing the display of an element using the "hover" state. Si...