I honestly try to stay away from plugin specific questions on here, but the Woo guys can't figure it out, and I'm losing my mind trying to understand what's going on. First, I have made a page on my site called, Cart and given it a custom template page. The template is just a very simple page that calls my header, footer, and the Woo shortcode to show the shopping cart as you can see here: http://pastebin.com/w9MRFmrZ
Now on the woocommerce's cart.php file, What I have done is taken out the html table and it's rows/columns altogether. I went ahead and made each section it's own div. Here is the updated cart.php file: http://pastebin.com/1iEhw5F9
Does what I need it to do, UNTIL I add a separate/different item to the shopping cart. Then what happens is the new item's divs/content appear BELOW my wrapper div and appear unstyled. I just can't figure out why only one item and it's divs stay within my wrapper. And to be more clear, I'm talking about when at least TWO separate items are in the shopping cart at the same time. The first item is within the wrapper, but the next item is not. I even just tried scrapping the custom template page for the cart, and just adding in the wrapper div via my functions.php file. Same problem occurs. Just for reference, here is the orginal cart.php file with the html tables and all: http://pastebin.com/r420jSvg The only thing that I've done is taken out the table, and that's it.
floatis breaking some of your content out of its container. Honestly, the layout appears to be (very) incomplete. It is hard to work out what is going on at all. – s_ha_dum Feb 5 at 14:56