Marketo hosts a bunch of Guided LP templates that are free and can be downloaded and added into your instance here:https://experienceleague.adobe.com/docs/marketo/using/product-doc...
Hey Jodi-
This has to do with using a background image rather than a foreground image. The job of the background image is usually to try and cover a section's background -- kinda ...
I've added a bit of CSS in the inspector (pictured below) that targets the mobile display (less than 480px) which removes the padding on any elements that are inside of a table in ...
Thanks for posting an updated look at it, glad that's working out on your end. If this solves the issue with the mobile text formatting, would you mind marking the most helpful ans...
To add CSS that overrides the native styles I usually will use a more specific selector in tandem with the !important flag.
/* rather than a simple selector ... */
button.mktoButt...
Since those two pieces are wrapped in their own paragraph (kinda on their own "line") we can use the text-align settings to adjust them to center (for mobile) and then to left (for...
The default form css file (forms2.css) has a pretty "thick" layer of mobile styling that uses a media query at amax-width of 480px -- basically, it's mobile-last. Because the style...
Hey LK,
Thanks for getting the page approved so I could have a quick look. On my end, everything seems to be showing as-expected in Chrome on a PC. Were you using a different brow...
HeyGuitarrista82,
It looks like the link you posted is pushing me to a login page rather than a page with a price offer on it (https://www.icerewardslifestyle.com/login-page/?utm_s...
Could you share the HTML for your email for context here? There might be something in the <head> that's removing/hiding borders in your email template and/or some inline styles (or...