• Hi everyone,

    After the latest WooCommerce update, I’ve encountered an issue with the order page on mobile devices. Specifically, I can no longer see customer names and order numbers; only the hash symbol (#) is displayed.

    https://prnt.sc/0Mvn1yBChkSR

    Upon investigating the CSS, I found that the “white-space: nowrap;” rule is preventing the information from being displayed correctly. Here is the relevant CSS code:

    @media screen and (max-width: 782px) {
    .post-type-shop_order .wp-list-table tr:not(.is-expanded) td.column-order_number a.order-view {
    white-space: nowrap;
    }
    }

    Has anyone else faced this issue? Do you have any suggestions on how to resolve it? Any help would be greatly appreciated!

    Thank you in advance!

Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.