Nicolas,
Thanks for the reply and I understand what you have said. However I tried that and it does not seem to give me the level of control I need. If you take a look at:
http://cotswoldlavender.under-development.info/index.php?option=com_hikashop&view=product&layout=listing&Itemid=159http://cotswoldlavender.under-development.info/index.php?option=com_hikashop&view=product&layout=listing&Itemid=159
This is a grid of products. I have modified the lisiting_div.php file via a template override to add my bootstrap code to the outside <li> tag to give the grid display of products shown above. This is at line 135:
<<?php echo (HK_GRID_THUMBNAILS !== false && HK_GRID_THUMBNAILS != '') ? 'li' : 'div'; ?> class="col-xs-12 col-sm-6 col-md-3 nopad hikashop_product hikashop_product_column_<?php echo $current_column; ?> hikashop_product_row_<?php echo $current_row; ?>">
Now if you scroll down to the footer, you will see the Best Seller module that I believe is also using this same listing_div.php file and hence the bootstrap code above is being used and is restricting the container <li> tag and causing the display issue.
Does that make sense? I need to customise the outer listing_div.php file for the Best Seller module. is this possible?
Thanks
Lee