I know this is really trivial but since everything else is perfect . . . these tables are out of alignment and I can't see a fix.
Thank you for pointing this out. We will look into fixing it.
Do you need suggestion with the fix? It is in the template (tpl) file
Yes please . . .
Open file storefront/view/default/template/pages/checkout/confirm.tpl
Find
<td align="left" valign="top"><?php echo $shipping_method; ?></td>
Replace
<td align="left" valign="top" width="20%"><?php echo $shipping_method; ?></td>
Find
<td align="left" valign="top"><?php echo $payment_method ?></td>
Replace
<td align="left" valign="top" width="20%"><?php echo $payment_method ?></td>
Perfect, thank you.
Sorry, one more minor alignment error on the checkout by a guest compared to the checkout by a member . . .