SOLVED

Marketo Forms: Label Positioning

Go to solution
Anonymous
Not applicable

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

Tags (2)
1 ACCEPTED SOLUTION

Accepted Solutions
Justin_Cooperm2
Level 10

Re: Marketo Forms: Label Positioning

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.

View solution in original post

3 REPLIES 3
Justin_Cooperm2
Level 10

Re: Marketo Forms: Label Positioning

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.

Anonymous
Not applicable

Re: Marketo Forms: Label Positioning

Worked like a charm! Thanks Justin!

Laura_Baller2
Level 1

Re: Marketo Forms: Label Positioning

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. 😁