Hello @mikezza,
Since the cart page is built with a third-party plugin, please get in touch with your third-party plugin author. Maybe they have a solution that we are not aware of. Or perhaps they provided the responsive settings for the cart. Please check this screenshot: https://i.postimg.cc/L83LvWVL/image.png.
For a temporary solution, please put the CSS below in Customizing > Custom CSS/JS > CSS Code:
@media (max-width: 780px) {
.woocommerce-page #content table.cart.eael-woo-cart-table .product-thumbnail, .woocommerce-page table.cart.eael-woo-cart-table .product-thumbnail {
display: block !important;
}
.eael-woo-cart .eael-woo-cart-wrapper .eael-woo-cart-table-warp table {
width: 100% !important;
}
}
For more information about the CSS/JS code on the customizer, please read this link:
https://docs.oceanwp.org/article/354-add-custom-css-and-js-to-your-website.
I hope that helps.
Best Regards,