there is a bti of code, that shows the amenities
<div class="features">
<h4 class="title"><?php echo JText::_('OS_FEATURES')?></h4>
<div class="arrow-bullet-list">
<div class="listing-features">
<div class="row-fluid">
<div class="span12">
<div class="row-fluid">
<?php echo $row->amens_str1;?>
</div>
</div>
</div>
</div>
</div>
</div>
i want them in one column, not 2 or 3. where do i alter the <?php echo $row->amens_str1;?> function?
<div class="features">
<h4 class="title"><?php echo JText::_('OS_FEATURES')?></h4>
<div class="arrow-bullet-list">
<div class="listing-features">
<div class="row-fluid">
<div class="span12">
<div class="row-fluid">
<?php echo $row->amens_str1;?>
</div>
</div>
</div>
</div>
</div>
</div>
i want them in one column, not 2 or 3. where do i alter the <?php echo $row->amens_str1;?> function?