(Currently using: v1.5.5a)

Hi,

The new store is in the final testing stages and I have a few remaining issues to fix.

One which I can’t seem to solve with the responsive classic template is the penultimate checkout page “index.php?main_page=checkout_payment”.

This page displays okay on a PC but on mobile devices the price totals are not correctly ordered and display above their line titles as follows:

£00.00
Shipping:
£00.00
Sub-total:
£00.00
VAT (20%):
£00.00
Total:

(Here, lineTitle.larger.forward is being displayed below totalBox.larger.forward)

I’d like it to display ordered as follows:

Shipping:
£00.00
Sub-total:
£00.00
VAT (20%):
£00.00
Total:
£00.00

(So totalBox.larger.forward displayed below lineTitle.larger.forward)

Any advice on how to achieve this would be much appreciated.