514627 Column Coding 2 instead of 1
Bütçe N/A
I need the "recent video listing" on my site to display side by side in two columns instead of one long column. The widget code that is used is below. My site is HipHopCars
<ul class="generic_list_widget generic_list_widget_large_photo">
<?php foreach( $this->paginator as $item ): ?>
<li>
<div class="photo">
<?php echo $this->htmlLink($item->getHref(), $this->itemPhoto($item, '[url removed, login to view]'), array('class' => 'thumb')) ?>
</div>
<div class="info">
<div class="title">
<?php echo $this->htmlLink($item->getHref(), $item->getTitle()) ?>
</div>
</div>
</li>
<?php endforeach; ?>
</ul>
I would like 6 on each side