you use the thumbnails class, but not a thumbnail child class for the elements of your code.
<div class="container"> <ul class="thumbnails"> <li class="span3"> <div class="thumbnail"> <a href="#" title="" ><img src="http://placehold.it/260x180" alt=""></a> <h5><a href="#" title="" >Ruby on Rails Ringer</a></h5> <p>$17.99</p> </div> </li> </ul> </div>
second, you donβt need the row-fluid class, because the thumbnail class uses fluid out of the box.
<div class=""> <div data-hook="homepage_products">
last point - I do not see your container in your code
<div class="container">
jsfiddle
glenn source share