Hi,Here is what i'm trying to do :Center the content: (img + caption) of each Thumbnail. Here is my problem :I can get the content center, or the caption float next to the img;But i can't get both at the same time.I started to use bootstrap this morning, so i guess i'm using some class the wrong way.Here is my code : \[code\]<ul class="thumbnails"> <li class="span12"> <div class="thumbnail span12"> <img class="span3" data-src="http://stackoverflow.com/questions/15609455/holder.js/300x200" alt="300x200"> <div class="caption span4"> <h3>My Title</h3> <p>blabla</p> </div> </div> </li> </ul>\[/code\]