Product Column List Alignment Issue

Please refer the image attached.



I made following changes at code level



Added following code at line 82 to /public_html/design/themes/responsive/templates/blocks/list_templates/grid_list.tpl


<div class="ty-product-list__description"><br />
                            {assign var="prod_descr" value="prod_descr_`$obj_id`"}<br />
                            {$smarty.capture.$prod_descr nofilter}<br />
                        </div>
```<br />
<br />
<br />
Added follwing code at line 10 to<br />
/public_html/design/themes/responsive/templates/blocks/product_list_templates/products_multicolumns.tpl<br />
<br />
show_descr=true<br />
<br />
Added follwing Short Description to Product<br />
<br />
```php
<hr><br />
<ul><br />
<li><span style="font-size:12px">Depth 6.9 mm</span></li><br />
<li><span style="font-size:12px">iOS 8</span></li><br />
<li><span style="font-size:12px">8 MP Primary Camera</span></li><br />
<li><span style="font-size:12px">4.7 In Touchscreen</span></li><br />
</ul><br />
<hr>
```<br />
<br />
<br />
<br />
How do i fix the alignment in this?<p><a href="127.0.0.1/uploads/monthly_12_2014/post-23389-0-29505100-1419579716.jpg">align.jpg</a></p>