Hello 71gazza,
I know the answer to your problem, because I had the same issue with a woocommerce-website. After a few hours of searching I could finde out, that it was a css-floating problem. To correct it go to “card.php”
After the following Line: <?php do_action(‘woocommerce_before_cart_table’); ?>
include this:
<p style=”clear: both;”></p>
This will fix your problem.
Regards and good luck!
Steve