I am working on a design in Bootstrap and when I try to make a normally centered thumbnail clickable, it aligns to the left. I can’t figure out where the CSS is coming from that’s causing it.
I added the HTML and CSS to a jsfiddle at http://jsfiddle.net/DLYds/
The first box is how it should look, the rest of the thumbnails are all links.
It’s probably something really simple but I’m just not seeing it for some reason.
Try setting your link as a block element with text-align:center; http://jsfiddle.net/DLYds/1/