Account page, order number not show up on mobile device
-
Hi Team,
Account page, on mobile device, the order number is disappeared, but on the desktop device, it is visible. Can you please check and let it show up also on mobile devices.
Thank you!
Chan
Attachments:
You must be
logged in to view attached files.
Hello,
Please add the below Custom CSS code to Theme Settings > Custom CSS > Custom CSS for mobile:
.woocommerce-orders-table__cell-order-number {
display: flex !important;
}
Best Regards,
Hi,
Thanks for the css code, the order number is showing up on mobile, but on the desktop, the seperate lines is broken, can you further check please? make it parallelled. Thank you!
Attachments:
You must be
logged in to view attached files.