You could add this to your css:
#categoryImgListing {float:left;}
#productListHeading {float:left;padding:.5em;}
#indexProductListCatDescription {clear:both;}
And then you'd need to open up includes/templates/YOUR_TEMPLATE/templates/tpl_index_product_list.php to make the image show up before the heading.
Bookmarks