Guys,
I am trying to move a section called "checkoutOrderTotals" from the Step 2 of 3 - Payment Information, from the checkout. (the link to my store is in my signature if needed).
This is the section that looks like this :
<b>Your Total :
Sub Total:
Shipping Charges:
Total:
</b>
Since you would need to register, add items to the cart, etc.. here is a screen shot of that section :
What i am trying to do is to move that section to the left.
According to Firebug, the ID is "checkoutOrderTotals". I went to the CSS file and added a #checkoutOrderTotalsContent {text-align:left;}, thinking that could solve my problem... but obviously it doesn't.
I kinda suck at CSS and PHP coding... so i'm not very surprised !
If anyone has an idea... Kobra, you were sooooo helpful a few days ago, if you are around, please... HELP !
Damien