Solved
Marketo Forms: Label Positioning
Is there a way to position the Labels on the Right? Currently I'm only given the option to set Labels "Left" or "Above".
Thanks,
Kevin
Is there a way to position the Labels on the Right? Currently I'm only given the option to set Labels "Left" or "Above".
Thanks,
Kevin
In the forms editor, go to "Form Setting" then click the little gear icon to "Edit Custom CSS"
.mktoForm .mktoLabel {
float: right;
}
You'll probably need to add other CSS to make sure the padding and formatting is good.
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.