Hello,
I apologize for the delay in response.
Visited the site but not getting the issue, please share the snapshot of the issue.
https://ibb.co/z2BddvT
https://ibb.co/ryzdNvJ
https://ibb.co/mh2nfPc
So the table at my check out page is broken🙈
But the css works perfectly for my cart and my orders
Thanks☺️
Hello,
This issue has been fixed in previous updates.
Please try to update the theme and plugin to the latest version, remove all the custom added codes, and check.
If you are using the child theme, then switch to the parent theme and check.
Thanks Abhishek!
Sorry the problem is still there.
I first inserted the css because the table layout in “my order” was broken
So I found this code:
https://wordpress.org/support/topic/order-page-table-not-responsive/
==============
@media screen and (max-width: 767px) {
.woocommerce-account .woocommerce table.shop_table thead {
display: none;
}
.woocommerce-account .woocommerce table.shop_table td {
display: block;
text-align: right!important;
}
.woocommerce-account .woocommerce table.shop_table td::before {
content: attr(data-title) “: “;
font-weight: 700;
float: left;
}
}
==============
Now it fixed the table of my order but broke my checkout page(it doesnt affect my cart tho) as below:
https://ibb.co/XDpKKPb
Please help! Thanks!
Glad to know that you have managed to fix the issue.