My issue is that I am struggling to center the "See More" link directly under each title link. Currently, it is pushed to the right and I can't seem to find a solution. Any help with this problem would be greatly appreciated. I attempted using display: block on the "See More" link, but it had no effect, so any advice would be welcomed. Instead of providing a code snippet here due to the lengthy lightbox Js, I've included a CodePen link for reference. Apologies for any inconvenience. Thank you!
http://codepen.io/anon/pen/ggNmYo
<div id="recentwork">
<h2 id="recent"> Most Recent Work</h2>
<a href="https://upload.wikimedia.org/wikipedia/en/f/f2/Seesmic_Logo.png" data-lightbox="website" data-title="">
<img src="https://upload.wikimedia.org/wikipedia/en/f/f2/Seesmic_Logo.png" width="200px" height="200px">
<h3> Title</h3>
</br>
<a href="" class="more"><h3 > See More</h3></a>
</a>
<a href="https://upload.wikimedia.org/wikipedia/en/f/f2/Seesmic_Logo.png" data-lightbox="website" data-title="">
<img src="https://upload.wikimedia.org/wikipedia/en/f/f2/Seesmic_Logo.png" width="200px" height="200px">
<h3> Title</h3>
</br>
<a href="" class="more"><h3 > See More</h3></a>
</a>
<a href="https://upload.wikimedia.org/wikipedia/en/f/f2/Seesmic_Logo.png" data-lightbox="website" data-title="">
<img src="https://upload.wikimedia.org/wikipedia/en/f/f2/Seesmic_Logo.png" width="200px" height="200px">
<h3> Title</h3>
</br>
<a href="" class="more"><h3 > See More</h3></a>
</a>
<a href="https://upload.wikimedia.org/wikipedia/en/f/f2/Seesmic_Logo.png" data-lightbox="website" data-title="">
<img src="https://upload.wikimedia.org/wikipedia/en/f/f2/Seesmic_Logo.png" width="200px" height="200px">
<h3> Title</h3>
</br>
<a href="" class="more"><h3 > See More</h3></a>
</a>
</div>