Marketo Forms: Label Positioning | Community
Skip to main content
October 7, 2015
Solved

Marketo Forms: Label Positioning

  • October 7, 2015
  • 1 reply
  • 2835 views

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

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by Justin_Cooperm2

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.

1 reply

Justin_Cooperm2
Justin_Cooperm2Accepted solution
New Participant
October 7, 2015

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.

October 7, 2015

Worked like a charm! Thanks Justin!