Make Drupal form radio buttons horizontally inline


/ Published in: CSS
Save to your folder(s)

Drupal forms have their radio button options vertical (one on each line) by default. This will put them horizontally inline.


Copy this code and paste it in your HTML
  1. .form-radios .form-item {display:inline;}

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.