Creating two Columns on a Page. [closed]

You can do this with the CSS:

.wp_cart_product_display_box {float:left;}

You will probably want to add something like margin-right: 30px; to that.

PS. You have a rogue </p> tag on the page also, check your content/template for syntax errors.