Viewing 4 replies - 1 through 4 (of 4 total)
  • Hi There!!

    How you want your products want to show in cart page ?

    This is how i found in my pc here : https://prnt.sc/YRG-46orRhEr .

    Thank you !!

    Thread Starter MiKeZZa

    (@mikezza)

    Hi @sandeepgiri123, that looks good. But on the responsive layout on a mobile (or when you make your browser on pc smaller) all text is gone.

    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,

    Thread Starter MiKeZZa

    (@mikezza)

    I’ll dive into that plugin. Thanks @skalanter

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Shopping cart WooCommerce displays wrong’ is closed to new replies.