Quote Originally Posted by gsdcypher View Post
follow up to previous post. i found the answer... i created a css file for that page and removed the side column space.

now... my next question is how to display the cart contents table side by side with the shipping estimator box?

i guess i could do it with a table? but how would i do that with pure css?

thanks.
You can't do it with pure css, you'd need to add a div around each, use css to make them both 45% wide or so, and float them side by side. I think you'd need a div containing both of them as well. Then you could do it with pure css.