We thought to align pricing on our price tags the other day, and came up with this:
there's a section in a file storefront/view/default_html5/stylesheet/style.css
.thumbnail .price {
float: right;
margin-right: 19px;
text-align: right;
Changing both instances of the 'right' to a 'center' made it look as attached.
It might help someone who gets "uneasy" on that like us
( note that style.css will be overwritten with a default one on next upgrades, so you have to keep tracks on the changes you make unless you build your own html5 template per abantecart's how-to
http://forum.abantecart.com/index.php/topic,1340.new/topicseen.html )