Badges
Accepted Solutions
Likes Received
Posts
Discussions
Ideas
Blog Posts
The best "integration" of design that I've seen is when the design team works to create an "ecosystem" of visual communication - the bits and pieces (think legos) that can be put together to create different use-case layouts by the Marketing team. A clearly defined set of elements and styles (and so...
Oh, that looks much better, nice work there! The 90% width is a good idea, that'll basically give it 5% on either side for a little breathing room.Here's a look at some code I tinkered with for this section (that's probably pretty close to what you've already got working in there):
APQC helps org |
Hey Madison,I'll need to tinker a bit with the HTML here, but I think the immediate issue you're seeing with the text running off the side of the page has to do with the width that's set on the table (width="528"). For most mobile screens you're looking at somewhere between 300 and 480px of width, s...
There might be a more general connection that if the instance is running slow, the editor would also run slow -- but probably b/c of something on the server side and not necessarily with the processing of campaigns. We work in and out of a bunch of different instances and I've definitely noticed tha...
Hey Madison, are you using this snippet in an email or landing page?If it's for an email, it's a little bit more tricky to get it responsive than it would be for a landing page where you'd have more options. It looks like you've got all the social icons in the same row/cell and that they're wrapping...
I've seen something like this happen when there are spaces or special characters in the file name. If you've got spaces or special characters, try changing the file name [of a file on your machine] to only contain letters and dashes or underscores (no spaces) and upload that file into Marketo, then ...
For good measure, here's a few styles that you could use to align the checkbox element with the radio buttons to get that to line up a bit nicer. Basically just eliminating the add'l margin on the input element and reducing the margin-left on the label to 10px to match the radios. If you were to upd...
Hey Callum,Thanks for the reminder here, I was able to see the form on the links you shared.I've gone into the inspector to add a few styles to the page so you could see what this should look like once it's in place. The CSS below should be able to be copied and pasted into either A) the form's Cust...