• Resolved MiKeZZa

    (@mikezza)


    When I add a product and open the cart you see the cart as shown below:

    https://ibb.co/cXkjpDx

    The Storefront theme works actually fine but Ocean WP in combination with Essential Addons goes wrong. I get this layout:

    https://i.postimg.cc/L83LvWVL/image.png

    Somebody came with:

    @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;
        }
    }

    But that is also not really given a 100% good experience.

    Can somebody suggest me what to do?

    The page I need help with: [log in to see the link]

  • The topic ‘Shopping cart displays wrong on mobile’ is closed to new replies.