Welcome, Guest
Username: Password: Remember me

TOPIC: JDom splitting a ckradio

JDom splitting a ckradio 05 Jun 2014 14:19 #12468

  • andypooz
  • andypooz's Avatar
  • Offline
  • New Member
  • Posts: 18
  • Thank you received: 2
  • Karma: 0
I have a ckradio with 13 options. I'd like to carry on using a radio input type, but is there any way to split the options onto more than one row, because it's stretched across the screen.
If not I'll have to use a select instead, but I'd rather use a radio because it's better for presenting all of the options available, which in this case may not necessarily be apparent (This is not a male/female thing where everyone already knows the options).

Please help guys!
Andy
The administrator has disabled public write access.

JDom splitting a ckradio 18 Jun 2014 01:49 #12483

  • vlemos
  • vlemos's Avatar
  • Online
  • Elite Member
  • Posts: 295
  • Thank you received: 41
  • Karma: 21
Try something like:
input[type="radio"] + label, input[type="checkbox"] + label {
margin-left: 19px;
float: left;
margin-top: -16px;
}

www.jotform.com/answers/274565-Breaking-...lines-aligning-them-
Last Edit: 18 Jun 2014 01:50 by vlemos.
The administrator has disabled public write access.
Time to create page: 0.081 seconds

Get Started