It looks like only the first checkbox has the Instruction text setup on the parent div as a title attribute. The others for some reason do not have the title attribute on the ".mkt...
Hey Benjamin, does the URL for these fonts actually have the /fonts bit in the URL?If that's the case, Marketo probably won't pick it up b/c it doesn't read the child-level folders...
I think you might also be able to get away with changing your field labels settings from "Left" to "Above". It looks like they're displayed "left" in the screenshot, but on most of...
Im not aware of any limitations that you'd have to consider when setting up Bootstrap with Marketo -- it'll do just about anything you can do anywhere else on the front-end. I norm...
Check out card groups and card decks, they both are native solutions for equal height columns. https://getbootstrap.com/docs/4.0/components/card/#card-layout I tried to fiddle arou...
Hey Christine, could you add a link to a page with one of the forms where this issue is happening? I can dig into the CSS a little and see if I can surface something for you. Sound...
This got me thinking that you might also be able to use fieldsets to create columns for your inputs and then tab down the first column and then up to the top of the second. You'd n...
Hey Callum-I think what you're seeing here is that the pop-up form loads after the other forms on the page. This usually has something to do with where it's placed in the HTML or s...
If you are just looking for a URL to paste into the link, following this link will jump me to that section: Buyers Edge Tribal Valuehttp: //pages.diningalliance.com/tribal-value.ht...
You might try moving the direction attribute onto another element than the <tr> -- my gut tells me it ought to go on the table w/ class of "progressBarTable" instead. I've also use...