Welcome, Guest
Username: Password: Remember me

TOPIC: ?Set radio buttons to wrap?

?Set radio buttons to wrap? 13 Sep 2015 02:57 #13454

  • jonathanbell
  • jonathanbell's Avatar
  • Offline
  • Premium Member
  • Posts: 147
  • Thank you received: 5
  • Karma: 1
Currently the radio buttons ( using protostar template on latest joomla ) are in one big line.. I have checked the view and tried putting in additional <div> with width constraints but still the buttons want to be in one line. Can someone show me what I'm missing. Sorry if this seems a simple request. The section for the radio buttons on the view is below...
<?php
	// Day
	$field = $fieldSet['jform_day'];
	$field->jdomOptions = array(
		'list' => $this->lists['select']['day']->list
			);
	?>
	
	<div class="control-group <?php echo 'field-' . $field->id . $field->responsive; ?>">
		<div class="control-label">
			<?php echo $field->label; ?>
		</div>
	
	    <div class="controls">
			<?php echo $field->input; ?>
		</div>
	</div>
The administrator has disabled public write access.
Time to create page: 0.097 seconds

Get Started