Hey Kyle, false alarm. The boss changed his mind and I was able to do it myself. The problem was the “first” and “last” class added to each item. I used jquery to remove the classes which allows the items to move freely within the grid.
jQuery( "li.product-category.product" ).removeClass( "first" );
jQuery( "li.product-category.product" ).removeClass( "last" );
Sorry for the pointless thread.
Thanks,
ThinkItFirst