Amiant Image Gallery thumbnails askew

Permalink
Very strange, the thumbnail images in my gallery have shifted off the background border. Does anyone have a possible setting i'm missing? Here is an example:

http://pureinktattoo.com/index.php/portfolios/mike-lopez-portfolio/...

Thanks in advance.

 
hutman replied on at Permalink Best Answer Reply
hutman
It looks like you have these position: absolute, but then you also have a text-align: center being applied to these, so the starting position becomes the center of the element.

If you add left: 0px; right: 0px; to line 54 in your view.css for this block it should center them again.
richp21 replied on at Permalink Reply
You sir are awesome. Wonder how that happened.