Hello I have enabled the one page checkout. I want Shipping on the left and payment on the right side by side, which it is by default. Under Shipping I want the discount div (which I have edit the checkout.css to:
PHP Code:
div.discountForm{float:left;width:49%;} 
I cannot get this to work. Then I also want the checkout total box/checkoutorderform under the payment which is aligned to the right
PHP Code:
div#checkoutOrderForm{float:right;width:49%;} 
So the problems I am having is getting the discount form under the shipping and the checkout order form under the payment div. I also want the discount form and checkout order form side by side like the shipping and payment divs are.