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
Solved! Go to Solution.
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.
Worked like a charm! Thanks Justin!
Hi, regarding making this edit to the form via the custom gear - we have an older form that's already using this styling, but when you add a new field to the same form it seems the styling doesn't apply. Is there guidance on how to modify an existing form in this case? I'd like the field to be consistent with the others.
Figured it out. Please disregard. 😁