I have had a devil of a time formatting the cart (cart.ascx), specifically trying to RIGHT align the Subtotal/Tax/Total lines and everything else below that, ideally aligned with the right edge of the cart/grid.
Can you provide an overview of the pane / table widths.
This is what I see in the original cart.ascx
main table is 600px
the grid that is the actual cart is set at 722px
some of the table rows below the grid have <td colspan="4">
everything below that - if I add a <div align="right"> the div moves way over the right (past the cart).
I have managed to center the subtotal/checkout buttons but can't get the ship-to/address lines to move to the right at all.
Changes to the alignment of the various table, table cells and/or adding div produce erratic changes.
Any guidance much appreciated!