• Resolved arthurdaly

    (@arthurdaly)


    I like this plugin, but it doesn’t work properly with the mobile version of the cart. There’s a problem with the table element type as it doesn’t match, and the text “Estimated Delivery” doesn’t show. The desktop version has the text in a <th> element, but in the responsive version it should use a <td>, as <th> is set to display:none; If the contents are displayed they’re in the wrong cell, so it can’t be fixed with just CSS. It shows in the checkout page, as that uses <th> element, but not in the cart.

    This is the woocommerce css:
    table.shop_table_responsive tbody th {
    display: none;
    }

Viewing 7 replies - 1 through 7 (of 7 total)
Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘No text in responsive cart page’ is closed to new replies.