Skip to main content
Level 3
February 10, 2014
Question

In Forms 2.0, how can I get a "Yes" / "No" set of radio button to display on one line?

  • February 10, 2014
  • 3 replies
  • 1083 views
Thanks.
This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.

3 replies

Edward_Masson
Level 10
February 10, 2014
That is a good question John, it's bugging me too!
Level 10
February 11, 2014

Hi John,


This requires editing the custom CSS of the form. Though, typically Marketo Forms 2.0 restrict to 7 basic themes, you can still edit it’s custom CSS. Follow these instructions for the same.


Hope this helps!
Level 10
February 28, 2014
We recently came up with below mentioned code to adjust your radio buttons-

.mktoRadioList.mktoHasWidth {
    width: 400px !important;
}
.mktoRadioList input, .mktoRadioList label {
    float: left !important;
}

Hope this willl help!