/ Published in: CSS
Drupal forms have their radio button options vertical (one on each line) by default. This will put them horizontally inline.
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
.form-radios .form-item {display:inline;}