Skip to content

Instantly share code, notes, and snippets.

@WilCF
Created January 21, 2016 01:02
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save WilCF/4676af633d4a2510abd0 to your computer and use it in GitHub Desktop.
Save WilCF/4676af633d4a2510abd0 to your computer and use it in GitHub Desktop.
CML Horizontal
/*Horizontal radio button questions for cml:radio in a cml:radios with class "horizontal" */
.radios.horizontal .cml_row {
float: left;
width: 20%;
}
In this case, you only need to set the cml:radios to class="horizontal"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment