Thanks for the reply.
The problem is that I am using a responsive grid system that needs special classes, so each row needs to be surrounded by <div class="row"> </div>
.
I tried using the shop_columns feature before to tell the loop when to open the .row div, and also when to close it. This works fine for complete rows but the problem is (correct me if i’m wrong) it can’t be used to close the <div class="row">
if it isn’t the second loop of the column.
Many thanks